Home
last modified time | relevance | path

Searched refs:listhead (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_userland.c80 LIST_HEAD(listhead, enqueued_task);
87 static struct listhead vruntime_head = LIST_HEAD_INITIALIZER(vruntime_head);
/linux/drivers/usb/usbip/
H A Dstub_main.c276 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) in stub_priv_pop_from_listhead() argument
280 list_for_each_entry_safe(priv, tmp, listhead, list) { in stub_priv_pop_from_listhead()