Searched refs:numvtaps (Results 1 – 2 of 2) sorted by relevance
92 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_enable_queue()93 q->queue_index = tap->numvtaps; in tap_enable_queue()96 tap->numvtaps++; in tap_enable_queue()109 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_set_queue()113 q->queue_index = tap->numvtaps; in tap_set_queue()118 tap->numvtaps++; in tap_set_queue()137 BUG_ON(index >= tap->numvtaps); in tap_disable_queue()138 nq = rtnl_dereference(tap->taps[tap->numvtaps - 1]); in tap_disable_queue()142 RCU_INIT_POINTER(tap->taps[tap->numvtaps - 1], NULL); in tap_disable_queue()145 tap->numvtaps--; in tap_disable_queue()[all …]
42 int numvtaps; member