Home
last modified time | relevance | path

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

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