Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dcompact_id.c232 for (uint32_t sidx = 0; sidx < COMPACT_ID_SLAB_COUNT; sidx++) { variable
233 void **arr = table->cidt_array[sidx];
234 uint32_t size = compact_id_slab_size(sidx);
235 uint32_t prev = compact_id_prev_max(sidx);
/xnu-12377.61.12/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-12377.61.12/bsd/skywalk/channel/
H A Dos_channel.h678 const kern_channel_ring_t kring, const uint32_t sidx, kern_packet_t ph);
680 const kern_channel_ring_t kring, const uint32_t sidx, kern_packet_t ph);
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_adapter.c2185 uint32_t sidx = 0; /* slot counter */ in na_kr_populate_slots() local
2254 sidx = start_idx = 0; in na_kr_populate_slots()
2292 sidx = SLOT_NEXT(sidx, kring->ckr_lim); in na_kr_populate_slots()
2300 sidx = start_idx; in na_kr_populate_slots()
2315 sidx = SLOT_NEXT(sidx, kring->ckr_lim); in na_kr_populate_slots()
/xnu-12377.61.12/tests/skywalk/
H A Dskt_xfer.c2996 const int *sidx; in skt_xfer_udp_with_errors_common() local
3035 for (sidx = ic->ic_stat_idx, st = 0; in skt_xfer_udp_with_errors_common()
3036 st < INJECT_CODE_IDX_MAX; st++, sidx++) { in skt_xfer_udp_with_errors_common()
3039 if (*sidx < 0) { in skt_xfer_udp_with_errors_common()
3043 counter = STATS_VAL(&stats_after, *sidx); in skt_xfer_udp_with_errors_common()
3044 counter -= STATS_VAL(&stats_before, *sidx); in skt_xfer_udp_with_errors_common()
3050 STATS_VAL(&stats_before, *sidx), in skt_xfer_udp_with_errors_common()
3051 STATS_VAL(&stats_after, *sidx)); in skt_xfer_udp_with_errors_common()