Searched refs:new_slots (Results 1 – 1 of 1) sorted by relevance
730 netmap_monitor_parent_sync(struct netmap_kring *kring, u_int first_new, int new_slots) in netmap_monitor_parent_sync() argument760 m = new_slots; in netmap_monitor_parent_sync()808 int new_slots; in netmap_monitor_parent_txsync() local813 new_slots = kring->rhead - first_new; in netmap_monitor_parent_txsync()814 if (new_slots < 0) in netmap_monitor_parent_txsync()815 new_slots += kring->nkr_num_slots; in netmap_monitor_parent_txsync()816 if (new_slots) in netmap_monitor_parent_txsync()817 netmap_monitor_parent_sync(kring, first_new, new_slots); in netmap_monitor_parent_txsync()830 int new_slots, error; in netmap_monitor_parent_rxsync() local842 new_slots = kring->nr_hwtail - first_new; in netmap_monitor_parent_rxsync()[all …]