Searched refs:numvtaps (Results 1 – 1 of 1) sorted by relevance
155 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_enable_queue()156 q->queue_index = tap->numvtaps; in tap_enable_queue()159 tap->numvtaps++; in tap_enable_queue()172 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_set_queue()176 q->queue_index = tap->numvtaps; in tap_set_queue()181 tap->numvtaps++; in tap_set_queue()200 BUG_ON(index >= tap->numvtaps); in tap_disable_queue()201 nq = rtnl_dereference(tap->taps[tap->numvtaps - 1]); in tap_disable_queue()205 RCU_INIT_POINTER(tap->taps[tap->numvtaps - 1], NULL); in tap_disable_queue()208 tap->numvtaps--; in tap_disable_queue()[all …]