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.c208 #define NUM_PP_BUCKETS ((PAGE_SIZE / PP_BUCKET_SIZE_RANGE) + 1) macro
211 struct list_head pp_buckets[NUM_PP_BUCKETS];
223 for (idx = 0; idx < NUM_PP_BUCKETS; idx++) in init_pp_ctl()
246 for (idx = 0; idx < NUM_PP_BUCKETS; idx++) { in release_pp_ctl()
274 s32 idx = NUM_PP_BUCKETS - 1; in select_pp_slot()