Home
last modified time | relevance | path

Searched refs:dirty_max (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dvmalloc.c2604 unsigned long dirty_min, dirty_max; /*< dirty range */ member
2731 vb->dirty_max = 0; in new_vmap_block()
2796 vb->dirty_max = VMAP_BBMAP_BITS; in purge_fragmented_block()
2932 vb->dirty_max = max(vb->dirty_max, offset + (1UL << order)); in vb_free()
2968 vb->dirty_max && vb->dirty != VMAP_BBMAP_BITS) { in _vm_unmap_aliases()
2973 e = va_start + (vb->dirty_max << PAGE_SHIFT); in _vm_unmap_aliases()
2980 vb->dirty_max = 0; in _vm_unmap_aliases()