Home
last modified time | relevance | path

Searched refs:sidx (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dcompact_id.c226 for (uint32_t sidx = 0; sidx < COMPACT_ID_SLAB_COUNT; sidx++) { variable
227 void **arr = table->cidt_array[sidx];
228 uint32_t size = compact_id_slab_size(sidx);
229 uint32_t prev = compact_id_prev_max(sidx);
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c214 slot_idx_t sidx = kring->ckr_khead; in fsw_vp_na_txsync() local
215 while (sidx != kring->ckr_rhead) { in fsw_vp_na_txsync()
216 struct __kern_slot_desc *ksd = KR_KSD(kring, sidx); in fsw_vp_na_txsync()
222 sidx = SLOT_NEXT(sidx, kring->ckr_lim); in fsw_vp_na_txsync()
/xnu-11215.1.10/bsd/skywalk/channel/
H A Dos_channel.h677 const kern_channel_ring_t kring, const uint32_t sidx, kern_packet_t ph);
679 const kern_channel_ring_t kring, const uint32_t sidx, kern_packet_t ph);
/xnu-11215.1.10/tests/skywalk/
H A Dskt_xfer.c2995 const int *sidx; in skt_xfer_udp_with_errors_common() local
3034 for (sidx = ic->ic_stat_idx, st = 0; in skt_xfer_udp_with_errors_common()
3035 st < INJECT_CODE_IDX_MAX; st++, sidx++) { in skt_xfer_udp_with_errors_common()
3038 if (*sidx < 0) { in skt_xfer_udp_with_errors_common()
3042 counter = STATS_VAL(&stats_after, *sidx); in skt_xfer_udp_with_errors_common()
3043 counter -= STATS_VAL(&stats_before, *sidx); in skt_xfer_udp_with_errors_common()
3049 STATS_VAL(&stats_before, *sidx), in skt_xfer_udp_with_errors_common()
3050 STATS_VAL(&stats_after, *sidx)); in skt_xfer_udp_with_errors_common()
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c2210 uint32_t sidx = 0; /* slot counter */ in na_kr_populate_slots() local
2280 sidx = start_idx = 0; in na_kr_populate_slots()
2318 sidx = SLOT_NEXT(sidx, kring->ckr_lim); in na_kr_populate_slots()
2326 sidx = start_idx; in na_kr_populate_slots()
2341 sidx = SLOT_NEXT(sidx, kring->ckr_lim); in na_kr_populate_slots()