Searched refs:IPZ_SPAGE_PER_KPAGE (Results 1 – 2 of 2) sorted by relevance
152 bit = find_first_zero_bit(page->bitmap, IPZ_SPAGE_PER_KPAGE >> order); in alloc_small_queue_page()156 if (page->fill == IPZ_SPAGE_PER_KPAGE >> order) in alloc_small_queue_page()192 if (page->fill == (IPZ_SPAGE_PER_KPAGE >> order) - 1) in free_small_queue_page()
64 #define IPZ_SPAGE_PER_KPAGE (PAGE_SIZE / 512) macro68 unsigned long bitmap[IPZ_SPAGE_PER_KPAGE / BITS_PER_LONG];