Searched refs:numvtaps (Results 1 – 2 of 2) sorted by relevance
157 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_enable_queue()158 q->queue_index = tap->numvtaps; in tap_enable_queue()161 tap->numvtaps++; in tap_enable_queue()174 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_set_queue()178 q->queue_index = tap->numvtaps; in tap_set_queue()183 tap->numvtaps++; in tap_set_queue()202 BUG_ON(index >= tap->numvtaps); in tap_disable_queue()203 nq = rtnl_dereference(tap->taps[tap->numvtaps - 1]); in tap_disable_queue()207 RCU_INIT_POINTER(tap->taps[tap->numvtaps - 1], NULL); in tap_disable_queue()210 tap->numvtaps--; in tap_disable_queue()[all …]
42 int numvtaps; member