Searched refs:buf_idx (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.81.2/tests/ |
| H A D | avx.c | 256 unsigned int buf_idx = 0; in vec256_to_string() local 263 buf + buf_idx, in vec256_to_string() 268 buf_idx += ret; in vec256_to_string() 707 unsigned int buf_idx = 0; in vec512_to_string() local 714 buf + buf_idx, in vec512_to_string() 721 buf_idx += ret; in vec512_to_string() 729 unsigned int buf_idx = 0; in opmask_to_string() local 734 buf + buf_idx, in opmask_to_string() 740 buf_idx += ret; in opmask_to_string()
|
| /xnu-8792.81.2/bsd/skywalk/packet/ |
| H A D | os_packet_private.h | 287 #define buf_idx buf_com.__bidx macro 308 *__DECONST(obj_idx_t *, &(_buf)->buf_idx) = (obj_idx_t)(_idx) 329 _CASSERT(sizeof ((_buf)->buf_idx) == sizeof (obj_idx_t)); \
|
| H A D | pbufpool.c | 1027 ASSERT(kbft->buf_idx != OBJ_IDX_NONE); in pp_buflet_metadata_dtor() 2608 ASSERT(kbft->buf_idx != OBJ_IDX_NONE); in pp_free_buflet_common() 2639 ASSERT(kbft->buf_idx != OBJ_IDX_NONE); in pp_free_buflet_common()
|
| H A D | packet_var.h | 171 BUF_CTOR(_ubuf, 0, (_kbuf)->buf_idx, (_kbuf)->buf_dlim, \
|
| /xnu-8792.81.2/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 218 _CHANNEL_RING_LARGE_BUF(_chrd, _ring, (_bft)->buf_idx, (_bft)->buf_boff) : \ 219 _CHANNEL_RING_DEF_BUF(_chrd, _ring, (_bft)->buf_idx, (_bft)->buf_boff) 234 if (__probable((_pkt)->pkt_qum_buf.buf_idx != OBJ_IDX_NONE)) { \ 378 if (__improbable(p->pkt_qum_buf.buf_idx == OBJ_IDX_NONE)) { in _initialize_metadata_address() 388 if (__probable(pbft->buf_idx != OBJ_IDX_NONE)) { in _initialize_metadata_address() 2034 ubft->buf_idx); in os_channel_purge_buflet_alloc_ring() 2269 ubft->buf_idx); in os_channel_buflet_alloc()
|
| /xnu-8792.81.2/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 1771 ubuf->buf_idx != kbuf->buf_idx)) { in kr_internalize_metadata() 1775 SK_KVA(kring), kbuf->buf_idx, ubuf->buf_idx); in kr_internalize_metadata()
|
| /xnu-8792.81.2/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2192 SK_KVA(kqum), kqum->qum_buf[0].buf_idx, in na_kr_populate_slots() 2200 kqum->qum_user->qum_buf[0].buf_idx, in na_kr_populate_slots() 2319 METADATA_IDX(kqum), SK_KVA(kqum), kqum->qum_buf[0].buf_idx, in na_kr_depopulate_slots() 2327 kqum->qum_user->qum_buf[0].buf_idx, in na_kr_depopulate_slots()
|