Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1184 slot_idx_t first_new, int new_slots) in nx_mon_parent_sync() argument
1227 m = new_slots; in nx_mon_parent_sync()
1311 int new_slots; in nx_mon_parent_txsync() local
1326 new_slots = kring->ckr_rhead - first_new; in nx_mon_parent_txsync()
1327 if (new_slots < 0) { in nx_mon_parent_txsync()
1328 new_slots += kring->ckr_num_slots; in nx_mon_parent_txsync()
1330 if (new_slots) { in nx_mon_parent_txsync()
1331 nx_mon_parent_sync(kring, p, first_new, new_slots); in nx_mon_parent_txsync()
1347 int new_slots, error; in nx_mon_parent_rxsync() local
1355 new_slots = kring->ckr_ktail - first_new; in nx_mon_parent_rxsync()
[all …]