Searched refs:rel_slots (Results 1 – 1 of 1) sorted by relevance
1018 int rel_slots, free_slots, busy, sent = 0; in nx_mon_zcopy_parent_sync() local1050 rel_slots = end - beg; in nx_mon_zcopy_parent_sync()1051 if (rel_slots < 0) { in nx_mon_zcopy_parent_sync()1052 rel_slots += kring->ckr_num_slots; in nx_mon_zcopy_parent_sync()1055 if (!rel_slots) { in nx_mon_zcopy_parent_sync()1082 if (free_slots < rel_slots) { in nx_mon_zcopy_parent_sync()1083 beg += (rel_slots - free_slots); in nx_mon_zcopy_parent_sync()1087 rel_slots = free_slots; in nx_mon_zcopy_parent_sync()1090 sent = rel_slots; in nx_mon_zcopy_parent_sync()1091 for (; rel_slots; rel_slots--) { in nx_mon_zcopy_parent_sync()