Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/null_blk/
H A Dmain.c17 #define FREE_BATCH 16 macro
959 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage()
968 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
978 } while (nr_pages == FREE_BATCH); in null_free_device_storage()
1104 struct nullb_page *c_pages[FREE_BATCH]; in null_make_cache_space()
1113 (void **)c_pages, nullb->cache_flush_pos, FREE_BATCH); in null_make_cache_space()