Lines Matching refs:lhead
74 * lockless lists (lhead) per blkcg are used to track the set of recently
87 blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL);
88 if (!blkcg->lhead)
92 init_llist_head(per_cpu_ptr(blkcg->lhead, cpu));
999 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu);
1006 lnode = llist_del_all(lhead);
1328 free_percpu(blkcg->lhead);
1389 free_percpu(blkcg->lhead);
2134 struct llist_head *lhead = this_cpu_ptr(blkcg->lhead);
2136 llist_add(&bis->lnode, lhead);