Lines Matching refs:lnode
100 if (llist_on_list(&rstatc->lnode))
105 * and may try to insert the same per-cpu lnode into the llist. Note
107 * this same per-cpu lnode can be modified through init_llist_node()
111 * fact that lnode points to itself when not on a list and then use
114 * successful and the winner will eventually add the per-cpu lnode to
120 self = &rstatc->lnode;
121 if (!try_cmpxchg(&rstatc->lnode.next, &self, NULL))
125 llist_add(&rstatc->lnode, lhead);
160 struct llist_node *lnode;
162 while ((lnode = llist_del_first_init(lhead))) {
180 rstatc = container_of(lnode, struct css_rstat_cpu, lnode);
465 init_llist_node(&rstatc->lnode);