Searched refs:fc (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/libkern/firehose/ |
| H A D | chunk_private.h | 94 firehose_chunk_tracepoint_try_reserve(firehose_chunk_t fc, uint64_t stamp, in firehose_chunk_tracepoint_try_reserve() argument 102 stamp_delta_fits = ((stamp - fc->fc_timestamp) >> 48) == 0; in firehose_chunk_tracepoint_try_reserve() 105 os_atomic_rmw_loop(&fc->fc_pos.fcp_atomic_pos, in firehose_chunk_tracepoint_try_reserve() 157 *privptr = fc->fc_start + pos.fcp_private_offs; in firehose_chunk_tracepoint_try_reserve() 164 firehose_chunk_tracepoint_begin(firehose_chunk_t fc, uint64_t stamp, in firehose_chunk_tracepoint_begin() argument 168 __builtin_assume_aligned(fc->fc_start + offset, 8); in firehose_chunk_tracepoint_begin() 169 stamp -= fc->fc_timestamp; in firehose_chunk_tracepoint_begin() 182 firehose_chunk_tracepoint_end(firehose_chunk_t fc, in firehose_chunk_tracepoint_end() argument 189 pos.fcp_pos = os_atomic_std(atomic_fetch_sub_explicit)(&fc->fc_pos.fcp_atomic_pos, in firehose_chunk_tracepoint_end()
|
| /xnu-11215/libkern/zlib/ |
| H A D | deflate.h | 93 } fc; member 100 #define Freq fc.freq 101 #define Code fc.code
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 205 struct fdhashhead *fc; in fdesc_allocvp() local 214 fc = FD_NHASH(ix); in fdesc_allocvp() 216 for (fd = fc->lh_first; fd != 0; fd = fd->fd_hash.le_next) { in fdesc_allocvp() 279 LIST_INSERT_HEAD(fc, fd, fd_hash); in fdesc_allocvp()
|
| /xnu-11215/libkern/os/ |
| H A D | log.c | 998 firehose_chunk_t fc = firehose_chunk_for_address(ft); in firehose_trace_save_payload() local 1000 .fbr_offset = (uint16_t)(ft_priv_data - fc->fc_start), in firehose_trace_save_payload()
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus.c | 2531 nexus_port_size_t fc = (first / NX_PORT_CHUNK); in nx_port_find() local 2542 for (i = fc; i <= lc; i++) { in nx_port_find() 2546 if (i == fc) { in nx_port_find()
|