Searched refs:mpsc_ring (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | mpsc_ring.h | 74 struct mpsc_ring { struct 121 struct mpsc_ring *buf, argument 150 struct mpsc_ring *buf, 193 mpsc_ring_cursor_t mpsc_ring_read_start(struct mpsc_ring *buf); 215 const struct mpsc_ring *buf, 232 const struct mpsc_ring *buf, 250 struct mpsc_ring *buf, 270 struct mpsc_ring *buf,
|
| H A D | mpsc_ring.c | 121 struct mpsc_ring *buf, in mpsc_ring_init() 142 *buf = (struct mpsc_ring){ 0 }; in mpsc_ring_init() 214 const struct mpsc_ring *buf, in _mpsc_ring_copy() 249 struct mpsc_ring *buf, in mpsc_ring_write() 306 mpsc_ring_read_start(struct mpsc_ring *buf) in mpsc_ring_read_start() 331 const struct mpsc_ring *buf, in mpsc_ring_cursor_advance() 346 const struct mpsc_ring * __unused buf, in mpsc_ring_cursor_commit() 354 struct mpsc_ring *buf, in mpsc_ring_read_finish() 366 struct mpsc_ring * __unused buf, in mpsc_ring_read_cancel()
|
| H A D | Makefile | 145 mpsc_ring.h \
|
| H A D | telemetry.c | 234 static struct mpsc_ring _telemetry_kernel_ring;
|
| /xnu-12377.61.12/osfmk/conf/ |
| H A D | files | 168 osfmk/kern/mpsc_ring.c standard
|