Searched refs:vtnet_tx_header_zone (Results 1 – 2 of 2) sorted by relevance
263 static uma_zone_t vtnet_tx_header_zone; variable337 vtnet_tx_header_zone = uma_zcreate("vtnet_tx_hdr", in vtnet_modevent()342 if (uma_zone_get_cur(vtnet_tx_header_zone) > 0) in vtnet_modevent()347 uma_zdestroy(vtnet_tx_header_zone); in vtnet_modevent()348 vtnet_tx_header_zone = NULL; in vtnet_modevent()1991 uma_zfree(vtnet_tx_header_zone, txhdr); in vtnet_txq_free_mbufs()2205 txhdr = uma_zalloc(vtnet_tx_header_zone, flags | M_ZERO); in vtnet_txq_encap()2241 uma_zfree(vtnet_tx_header_zone, txhdr); in vtnet_txq_encap()2490 uma_zfree(vtnet_tx_header_zone, txhdr); in vtnet_txq_eof()3997 uma_zone_reserve(vtnet_tx_header_zone, NETDUMP_MAX_IN_FLIGHT * 2); in vtnet_netdump_init()[all …]
72 uma_zfree(vtnet_tx_header_zone, txhdr); in vtnet_free_used()