Lines Matching refs:list
9 A typical RCU linked list managing objects which are
61 "If the object is moved from one list to another list in-between the
63 object has moved to the end of a new list, the traversal will not
64 complete properly on the list it should have, since the object will
65 be on the end of the new list and there's not a way to tell it's on a
66 new list and restart the list traversal. I think that this can be
80 * Please note that new inserts are done at the head of list,
92 hlist_add_head_rcu(&obj->obj_node, list);
116 end-of-list marker for each slot of the hash table, we can detect
123 scan the list again without harm.
157 * Please note that new inserts are done at the head of list,
171 hlist_nulls_add_head_rcu(&obj->obj_node, list);