Home
last modified time | relevance | path

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

/linux/drivers/block/
A Dbrd.c131 #define FREE_BATCH 16 macro
135 struct page *pages[FREE_BATCH]; in brd_free_pages()
142 (void **)pages, pos, FREE_BATCH); in brd_free_pages()
167 } while (nr_pages == FREE_BATCH); in brd_free_pages()
/linux/drivers/block/null_blk/
A Dmain.c14 #define FREE_BATCH 16 macro
863 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage()
872 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
882 } while (nr_pages == FREE_BATCH); in null_free_device_storage()
1008 struct nullb_page *c_pages[FREE_BATCH]; in null_make_cache_space()
1017 (void **)c_pages, nullb->cache_flush_pos, FREE_BATCH); in null_make_cache_space()

Completed in 8 milliseconds