Searched refs:listhead (Results 1 – 2 of 2) sorted by relevance
80 LIST_HEAD(listhead, enqueued_task);87 static struct listhead vruntime_head = LIST_HEAD_INITIALIZER(vruntime_head);
276 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead() argument280 list_for_each_entry_safe(priv, tmp, listhead, list) { in stub_priv_pop_from_listhead()