Searched refs:listhead (Results 1 – 2 of 2) sorted by relevance
280 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead() argument284 list_for_each_entry_safe(priv, tmp, listhead, list) { in stub_priv_pop_from_listhead()
233 #define FIND_SUITABLE(pointertype, listhead, ptr) \ argument237 for (_l = (listhead), _p = NULL; !_p && _l; _l = (pointertype)_l->list.next) { \