Home
last modified time | relevance | path

Searched refs:mpsc_queue_chain (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dmpsc_queue.h50 typedef struct mpsc_queue_chain { struct
52 struct mpsc_queue_chain *volatile mpqc_next; argument
54 struct mpsc_queue_chain *_Atomic mpqc_next;
120 struct mpsc_queue_chain mpqh_head;
122 struct mpsc_queue_chain *volatile mpqh_tail;
124 struct mpsc_queue_chain *_Atomic mpqh_tail;
217 os_atomic_store(&elm->mpqc_next, (struct mpsc_queue_chain *__single)NULL, relaxed); in __mpsc_queue_append_update_tail()
525 struct mpsc_queue_chain mpd_chain;
H A Dtest_mpsc_queue.c42 struct mpsc_queue_chain link;
H A Decc_logging.c115 struct mpsc_queue_chain link;
H A Dwaitq.h286 struct mpsc_queue_chain prefix##_defer; \
H A Dmpsc_queue.c39 _mpsc_queue_wait_for_enqueuer(struct mpsc_queue_chain *_Atomic *ptr) in _mpsc_queue_wait_for_enqueuer()
H A Dwork_interval.c188 struct mpsc_queue_chain wi_deallocate_link;
H A Dthread.h409 struct mpsc_queue_chain mpsc_links; /* thread daemon mpsc links */
H A Dthread_group.c63 struct mpsc_queue_chain tg_destroy_link;
H A Dthread.c207 struct mpsc_queue_chain link;
214 struct mpsc_queue_chain link;
H A Dsmr.c1303 struct mpsc_queue_chain smrj_link;
/xnu-12377.1.9/bsd/pthread/
H A Dworkqueue_internal.h244 struct mpsc_queue_chain wq_destroy_link;
/xnu-12377.1.9/osfmk/vm/
H A Dvm_object_xnu.h573 struct mpsc_queue_chain iorr_elm;
/xnu-12377.1.9/libkern/libkern/coreanalytics/
H A Dcoreanalytics_internal.h149 struct mpsc_queue_chain link;
/xnu-12377.1.9/bsd/kern/
H A Dkdebug.c98 struct mpsc_queue_chain chain;