Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1184 slot_idx_t first_new, int new_slots) in nx_mon_parent_sync() argument
1228 beg = first_new; in nx_mon_parent_sync()
1310 slot_idx_t first_new; in nx_mon_parent_txsync() local
1325 first_new = kring->ckr_khead; in nx_mon_parent_txsync()
1326 new_slots = kring->ckr_rhead - first_new; in nx_mon_parent_txsync()
1331 nx_mon_parent_sync(kring, p, first_new, new_slots); in nx_mon_parent_txsync()
1346 slot_idx_t first_new; in nx_mon_parent_rxsync() local
1354 first_new = kring->ckr_mon_tail; in nx_mon_parent_rxsync()
1355 new_slots = kring->ckr_ktail - first_new; in nx_mon_parent_rxsync()
1360 nx_mon_parent_sync(kring, p, first_new, new_slots); in nx_mon_parent_rxsync()