Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dbrd.c135 #define FREE_BATCH 16 macro
139 struct page *pages[FREE_BATCH]; in brd_free_pages()
146 (void **)pages, pos, FREE_BATCH); in brd_free_pages()
165 } while (nr_pages == FREE_BATCH); in brd_free_pages()
Dnull_blk_main.c17 #define FREE_BATCH 16 macro
748 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage()
757 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
767 } while (nr_pages == FREE_BATCH); in null_free_device_storage()
893 struct nullb_page *c_pages[FREE_BATCH]; in null_make_cache_space()
902 (void **)c_pages, nullb->cache_flush_pos, FREE_BATCH); in null_make_cache_space()