Home
last modified time | relevance | path

Searched refs:mpsc_queue_element (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dtest_mpsc_queue.c51 q = mpsc_queue_element(elm, struct mpsc_test_pingpong_queue, link); in mpsc_test_pingpong_invoke()
H A Dcore_analytics.c113 event = mpsc_queue_element(e, struct _ca_event, link); in core_analytics_event_queue_invoke()
H A Dmpsc_queue.h184 #define mpsc_queue_element(ptr, type, field) __container_of(ptr, type, field) macro
H A Decc_logging.c163 event = mpsc_queue_element(e, struct _mcc_mem_err_event, link); in mcc_memory_error_event_queue_invoke()
H A Dmpsc_queue.c236 dq = mpsc_queue_element(elm, struct mpsc_daemon_queue, mpd_chain); in mpsc_daemon_queue_nested_invoke()
H A Dthread.c909 elt = mpsc_queue_element(elm, struct thread_exception_elt, link); in thread_exception_queue_invoke()
942 elt = mpsc_queue_element(elm, struct thread_backtrace_elt, link); in thread_backtrace_queue_invoke()
1033 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_terminate_queue_invoke()
1130 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_deallocate_queue_invoke()
1207 thread_t thread = mpsc_queue_element(elm, struct thread, mpsc_links); in thread_stack_queue_invoke()
H A Dwork_interval.c509 work_interval = mpsc_queue_element(e, struct work_interval, wi_deallocate_link); in work_interval_deallocate_queue_invoke()
H A Dthread_group.c606 struct thread_group *tg = mpsc_queue_element(e, struct thread_group, tg_destroy_link); in thread_group_deallocate_queue_invoke()
/xnu-11215/bsd/kern/
H A Dkdebug.c2723 struct kd_coproc *coproc = mpsc_queue_element(e, struct kd_coproc, chain); in _deferred_coproc_notify()
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2048 wq = mpsc_queue_element(e, struct workqueue, wq_destroy_link); in workq_deallocate_queue_invoke()
/xnu-11215/osfmk/vm/
H A Dvm_object.c8464 io_reprioritize_req_t req = mpsc_queue_element(elm, struct io_reprioritize_req, iorr_elm);