Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.c245 struct list_head pp_buckets[NUM_PP_BUCKETS]; member
258 INIT_LIST_HEAD(&ctl->pp_buckets[idx]); in init_pp_ctl()
281 while (!list_empty(&ctl->pp_buckets[idx])) { in release_pp_ctl()
284 pps = list_first_entry(&ctl->pp_buckets[idx], in release_pp_ctl()
308 list_add(&pps->entry, &ctl->pp_buckets[bid]); in place_pp_slot()
321 pps = list_first_entry_or_null(&ctl->pp_buckets[idx], in select_pp_slot()