Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1024 int rel_slots, free_slots, busy, sent = 0; in nx_mon_zcopy_parent_sync() local
1056 rel_slots = end - beg; in nx_mon_zcopy_parent_sync()
1057 if (rel_slots < 0) { in nx_mon_zcopy_parent_sync()
1058 rel_slots += kring->ckr_num_slots; in nx_mon_zcopy_parent_sync()
1061 if (!rel_slots) { in nx_mon_zcopy_parent_sync()
1088 if (free_slots < rel_slots) { in nx_mon_zcopy_parent_sync()
1089 beg += (rel_slots - free_slots); in nx_mon_zcopy_parent_sync()
1093 rel_slots = free_slots; in nx_mon_zcopy_parent_sync()
1096 sent = rel_slots; in nx_mon_zcopy_parent_sync()
1097 for (; rel_slots; rel_slots--) { in nx_mon_zcopy_parent_sync()