Home
last modified time | relevance | path

Searched refs:FREE_BATCH (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Dbrd.c128 #define FREE_BATCH 16 macro
132 struct page *pages[FREE_BATCH]; in brd_free_pages()
139 (void **)pages, pos, FREE_BATCH); in brd_free_pages()
164 } while (nr_pages == FREE_BATCH); in brd_free_pages()
/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c18 #define FREE_BATCH 16 macro
805 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage()
814 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
824 } while (nr_pages == FREE_BATCH); in null_free_device_storage()
950 struct nullb_page *c_pages[FREE_BATCH]; in null_make_cache_space()
959 (void **)c_pages, nullb->cache_flush_pos, FREE_BATCH); in null_make_cache_space()
/kernel/linux/linux-6.6/drivers/block/null_blk/
H A Dmain.c17 #define FREE_BATCH 16 macro
943 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage()
952 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
962 } while (nr_pages == FREE_BATCH); in null_free_device_storage()
1088 struct nullb_page *c_pages[FREE_BATCH]; in null_make_cache_space()
1097 (void **)c_pages, nullb->cache_flush_pos, FREE_BATCH); in null_make_cache_space()

Completed in 12 milliseconds