Home
last modified time | relevance | path

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

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