Home
last modified time | relevance | path

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

/mm/
Dvmalloc.c1948 unsigned long dirty_min, dirty_max; /*< dirty range */ member
2076 vb->dirty_max = 0; in new_vmap_block()
2139 vb->dirty_max = VMAP_BBMAP_BITS; in purge_fragmented_block()
2275 vb->dirty_max = max(vb->dirty_max, offset + (1UL << order)); in vb_free()
2311 vb->dirty_max && vb->dirty != VMAP_BBMAP_BITS) { in _vm_unmap_aliases()
2316 e = va_start + (vb->dirty_max << PAGE_SHIFT); in _vm_unmap_aliases()
2323 vb->dirty_max = 0; in _vm_unmap_aliases()