Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1013 int rel_slots, free_slots, busy, sent = 0; in nx_mon_zcopy_parent_sync() local
1045 rel_slots = end - beg; in nx_mon_zcopy_parent_sync()
1046 if (rel_slots < 0) { in nx_mon_zcopy_parent_sync()
1047 rel_slots += kring->ckr_num_slots; in nx_mon_zcopy_parent_sync()
1050 if (!rel_slots) { in nx_mon_zcopy_parent_sync()
1077 if (free_slots < rel_slots) { in nx_mon_zcopy_parent_sync()
1078 beg += (rel_slots - free_slots); in nx_mon_zcopy_parent_sync()
1082 rel_slots = free_slots; in nx_mon_zcopy_parent_sync()
1085 sent = rel_slots; in nx_mon_zcopy_parent_sync()
1086 for (; rel_slots; rel_slots--) { in nx_mon_zcopy_parent_sync()