Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/zram/
H A Dzram_drv.c249 struct list_head pp_buckets[NUM_PP_BUCKETS]; member
262 INIT_LIST_HEAD(&ctl->pp_buckets[idx]); in init_pp_ctl()
285 while (!list_empty(&ctl->pp_buckets[idx])) { in release_pp_ctl()
288 pps = list_first_entry(&ctl->pp_buckets[idx], in release_pp_ctl()
312 list_add(&pps->entry, &ctl->pp_buckets[bid]); in place_pp_slot()
325 pps = list_first_entry_or_null(&ctl->pp_buckets[idx], in select_pp_slot()