Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.c242 #define NUM_PP_BUCKETS ((PAGE_SIZE / PP_BUCKET_SIZE_RANGE) + 1) macro
245 struct list_head pp_buckets[NUM_PP_BUCKETS];
257 for (idx = 0; idx < NUM_PP_BUCKETS; idx++) in init_pp_ctl()
280 for (idx = 0; idx < NUM_PP_BUCKETS; idx++) { in release_pp_ctl()
317 s32 idx = NUM_PP_BUCKETS - 1; in select_pp_slot()