Home
last modified time | relevance | path

Searched refs:queue_new_head (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/iokit/DriverKit/
H A Dqueue_implementation.h1079 #define queue_new_head(old, new, type, field) \ macro
/xnu-12377.1.9/osfmk/kern/
H A Dqueue.h1079 #define queue_new_head(old, new, type, field) \ macro
H A Dtask_policy.c3307 queue_new_head(&task->task_watchers, &queue, task_watch_t *, tw_links); in task_removewatchers()