Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dvmalloc.c1938 unsigned long dirty_min, dirty_max; /*< dirty range */ member
2057 vb->dirty_max = 0; in new_vmap_block()
2112 vb->dirty_max = VMAP_BBMAP_BITS; in purge_fragmented_block()
2248 vb->dirty_max = max(vb->dirty_max, offset + (1UL << order)); in vb_free()
2284 vb->dirty_max && vb->dirty != VMAP_BBMAP_BITS) { in _vm_unmap_aliases()
2289 e = va_start + (vb->dirty_max << PAGE_SHIFT); in _vm_unmap_aliases()
2296 vb->dirty_max = 0; in _vm_unmap_aliases()