Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1019 int rel_slots, free_slots, busy, sent = 0; in nx_mon_zcopy_parent_sync() local
1051 rel_slots = end - beg; in nx_mon_zcopy_parent_sync()
1052 if (rel_slots < 0) { in nx_mon_zcopy_parent_sync()
1053 rel_slots += kring->ckr_num_slots; in nx_mon_zcopy_parent_sync()
1056 if (!rel_slots) { in nx_mon_zcopy_parent_sync()
1083 if (free_slots < rel_slots) { in nx_mon_zcopy_parent_sync()
1084 beg += (rel_slots - free_slots); in nx_mon_zcopy_parent_sync()
1088 rel_slots = free_slots; in nx_mon_zcopy_parent_sync()
1091 sent = rel_slots; in nx_mon_zcopy_parent_sync()
1092 for (; rel_slots; rel_slots--) { in nx_mon_zcopy_parent_sync()