Searched refs:mpsc_queue_element (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.61.12/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 | 164 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 | 914 elt = mpsc_queue_element(elm, struct thread_exception_elt, link); in thread_exception_queue_invoke() 947 elt = mpsc_queue_element(elm, struct thread_backtrace_elt, link); in thread_backtrace_queue_invoke() 1038 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_terminate_queue_invoke() 1131 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_deallocate_queue_invoke() 1208 thread_t thread = mpsc_queue_element(elm, struct thread, mpsc_links); in thread_stack_queue_invoke()
|
| H A D | work_interval.c | 508 work_interval = mpsc_queue_element(e, struct work_interval, wi_deallocate_link); in work_interval_deallocate_queue_invoke()
|
| H A D | thread_group.c | 614 struct thread_group *tg = mpsc_queue_element(e, struct thread_group, tg_destroy_link); in thread_group_deallocate_queue_invoke()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kdebug.c | 3265 struct kd_coproc *coproc = mpsc_queue_element(e, struct kd_coproc, chain); in _deferred_coproc_notify()
|
| /xnu-12377.61.12/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2049 wq = mpsc_queue_element(e, struct workqueue, wq_destroy_link); in workq_deallocate_queue_invoke()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_object.c | 8820 io_reprioritize_req_t req = mpsc_queue_element(elm, struct io_reprioritize_req, iorr_elm);
|