Searched refs:mpsc_queue_element (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | test_mpsc_queue.c | 51 q = mpsc_queue_element(elm, struct mpsc_test_pingpong_queue, link); in mpsc_test_pingpong_invoke()
|
| H A D | core_analytics.c | 113 event = mpsc_queue_element(e, struct _ca_event, link); in core_analytics_event_queue_invoke()
|
| H A D | mpsc_queue.h | 184 #define mpsc_queue_element(ptr, type, field) __container_of(ptr, type, field) macro
|
| H A D | ecc_logging.c | 163 event = mpsc_queue_element(e, struct _mcc_mem_err_event, link); in mcc_memory_error_event_queue_invoke()
|
| H A D | mpsc_queue.c | 236 dq = mpsc_queue_element(elm, struct mpsc_daemon_queue, mpd_chain); in mpsc_daemon_queue_nested_invoke()
|
| H A D | thread.c | 909 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 D | work_interval.c | 509 work_interval = mpsc_queue_element(e, struct work_interval, wi_deallocate_link); in work_interval_deallocate_queue_invoke()
|
| H A D | thread_group.c | 606 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 D | kdebug.c | 2723 struct kd_coproc *coproc = mpsc_queue_element(e, struct kd_coproc, chain); in _deferred_coproc_notify()
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2048 wq = mpsc_queue_element(e, struct workqueue, wq_destroy_link); in workq_deallocate_queue_invoke()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_object.c | 8464 io_reprioritize_req_t req = mpsc_queue_element(elm, struct io_reprioritize_req, iorr_elm);
|