Home
last modified time | relevance | path

Searched refs:fcp_refcnt (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/libkern/firehose/
H A Dchunk_private.h45 uint8_t fcp_refcnt; member
140 if (pos.fcp_refcnt) { in firehose_chunk_tracepoint_try_reserve()
183 return pos.fcp_refcnt == 1 && pos.fcp_flag_full; in firehose_chunk_tracepoint_end()
/xnu-10002.41.9/bsd/kern/
H A Dsubr_log.c122 .fcp_refcnt = 1, // indicate that there is a writer to this chunk
/xnu-10002.41.9/libkern/os/
H A Dlog.c754 firehose_boot_chunk->fc_pos.fcp_refcnt = 0; in __firehose_allocate()