Lines Matching full:list
4 Using RCU hlist_nulls to protect list and objects
19 Without 'nulls', a typical RCU linked list managing objects which are
88 "If the object is moved from one list to another list in-between the
90 object has moved to the end of a new list, the traversal will not
91 complete properly on the list it should have, since the object will
92 be on the end of the new list and there's not a way to tell it's on a
93 new list and restart the list traversal. I think that this can be
109 * Please note that new inserts are done at the head of list,
116 hlist_add_head_rcu(&obj->obj_node, list);
146 end-of-list marker for each slot of the hash table, we can detect
153 scan the list again without harm.
204 * Please note that new inserts are done at the head of list,
214 hlist_nulls_add_head_rcu(&obj->obj_node, list);