Searched refs:zeromap (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/mm/ |
| H A D | swap.h | 97 first_bit = test_bit(start, sis->zeromap); in swap_zeromap_batch() 104 return find_next_zero_bit(sis->zeromap, end, start) - start; in swap_zeromap_batch() 106 return find_next_bit(sis->zeromap, end, start) - start; in swap_zeromap_batch()
|
| H A D | swapfile.c | 1133 clear_bit(offset + i, si->zeromap); in swap_range_free() 2551 unsigned long *zeromap) in setup_swap_info() argument 2576 si->zeromap = zeromap; in setup_swap_info() 2604 unsigned long *zeromap) in enable_swap_info() argument 2676 unsigned long *zeromap; in SYSCALL_DEFINE1() local 2787 zeromap = p->zeromap; in SYSCALL_DEFINE1() 2788 p->zeromap = NULL; in SYSCALL_DEFINE1() 2799 kvfree(zeromap); in SYSCALL_DEFINE1() 3280 unsigned long *zeromap = NULL; in SYSCALL_DEFINE2() local 3387 if (!zeromap) { in SYSCALL_DEFINE2() [all …]
|
| H A D | page_io.c | 214 set_bit(swp_offset(entry), sis->zeromap); in swap_zeromap_folio_set() 232 clear_bit(swp_offset(entry), sis->zeromap); in swap_zeromap_folio_clear()
|
| /linux-6.15/include/linux/ |
| H A D | swap.h | 305 unsigned long *zeromap; /* kvmalloc'ed bitmap to track zero pages */ member
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 404 to zeromap the faulting address. However, in the latter case, when an
|