Home
last modified time | relevance | path

Searched refs:rhashtable_free_and_destroy (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.c83 rhashtable_free_and_destroy(&efx->tc->counter_id_ht, efx_tc_counter_id_free, NULL); in efx_tc_fini_counters()
84 rhashtable_free_and_destroy(&efx->tc->counter_ht, efx_tc_counter_free, NULL); in efx_tc_fini_counters()
H A Dtc_conntrack.c87 rhashtable_free_and_destroy(&efx->tc->ct_zone_ht, efx_tc_ct_zone_free, NULL); in efx_tc_fini_conntrack()
88 rhashtable_free_and_destroy(&efx->tc->ct_ht, efx_tc_ct_free, efx); in efx_tc_fini_conntrack()
H A Dtc.c3077 rhashtable_free_and_destroy(&efx->tc->lhs_rule_ht, efx_tc_lhs_free, efx); in efx_fini_struct_tc()
3078 rhashtable_free_and_destroy(&efx->tc->match_action_ht, efx_tc_flow_free, in efx_fini_struct_tc()
3080 rhashtable_free_and_destroy(&efx->tc->encap_match_ht, in efx_fini_struct_tc()
3083 rhashtable_free_and_destroy(&efx->tc->recirc_ht, efx_tc_recirc_free, efx); in efx_fini_struct_tc()
3086 rhashtable_free_and_destroy(&efx->tc->mac_ht, efx_tc_mac_free, NULL); in efx_fini_struct_tc()
H A Def100_rep.c389 rhashtable_free_and_destroy(&mae->mports_ht, efx_mae_remove_mport, in efx_ef100_fini_reps()
/linux/drivers/net/netdevsim/
H A Dfib.c1630 rhashtable_free_and_destroy(&data->fib_rt_ht, nsim_fib_rt_free, in nsim_fib_create()
1633 rhashtable_free_and_destroy(&data->nexthop_ht, nsim_nexthop_free, in nsim_fib_create()
1660 rhashtable_free_and_destroy(&data->fib_rt_ht, nsim_fib_rt_free, in nsim_fib_destroy()
1662 rhashtable_free_and_destroy(&data->nexthop_ht, nsim_nexthop_free, in nsim_fib_destroy()
/linux/lib/
H A Drhashtable.c1144 void rhashtable_free_and_destroy(struct rhashtable *ht, in rhashtable_free_and_destroy() function
1180 EXPORT_SYMBOL_GPL(rhashtable_free_and_destroy);
1184 return rhashtable_free_and_destroy(ht, NULL, NULL); in rhashtable_destroy()
/linux/net/ipv6/
H A Dioam6.c993 rhashtable_free_and_destroy(&nsdata->namespaces, ioam6_free_ns, NULL); in ioam6_net_exit()
994 rhashtable_free_and_destroy(&nsdata->schemas, ioam6_free_sc, NULL); in ioam6_net_exit()
/linux/include/linux/
H A Drhashtable.h259 void rhashtable_free_and_destroy(struct rhashtable *ht,
1324 rhashtable_free_and_destroy(&hlt->ht, free_fn, arg); in rhltable_free_and_destroy()
/linux/net/mac80211/
H A Dmesh_pathtbl.c58 rhashtable_free_and_destroy(&cache->rht, in mesh_fast_tx_deinit()
103 rhashtable_free_and_destroy(&tbl->rhead, in mesh_table_free()
/linux/drivers/tee/optee/
H A Dffa_abi.c957 rhashtable_free_and_destroy(&optee->ffa.global_ids, rh_free_fn, NULL); in optee_ffa_remove()
1153 rhashtable_free_and_destroy(&optee->ffa.global_ids, rh_free_fn, NULL); in optee_ffa_probe()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c516 rhashtable_free_and_destroy(&bpf->maps_neutral, in nfp_bpf_clean()
/linux/net/ipv6/ila/
H A Dila_xlat.c636 rhashtable_free_and_destroy(&ilan->xlat.rhash_table, ila_free_cb, NULL); in ila_xlat_exit_net()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.c101 rhashtable_free_and_destroy(&sw->router->fib_ht, in prestera_router_hw_fini()
H A Dprestera_router.c1259 rhashtable_free_and_destroy(&sw->router->kern_fib_cache_ht, in prestera_k_arb_abort()
1262 rhashtable_free_and_destroy(&sw->router->kern_neigh_cache_ht, in prestera_k_arb_abort()
/linux/net/ipv4/
H A Dinet_fragment.c183 rhashtable_free_and_destroy(&fqdir->rhashtable, inet_frags_free_cb, NULL); in fqdir_work_fn()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c1532 rhashtable_free_and_destroy(&priv->tun.offloaded_macs, in nfp_tunnel_config_start()
1560 rhashtable_free_and_destroy(&priv->tun.offloaded_macs, in nfp_tunnel_config_stop()
/linux/fs/dlm/
H A Dlockspace.c356 rhashtable_free_and_destroy(&ls->ls_rsbtbl, rhash_free_rsb, NULL); in free_lockspace()
/linux/security/apparmor/
H A Dpolicy.c310 rhashtable_free_and_destroy(rht, aa_free_data, NULL); in aa_free_profile()
/linux/kernel/sched/
H A Dext.c3663 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_sched_free_rcu_work()
4865 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_alloc_and_add_sched()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5358 rhashtable_free_and_destroy(&tc->ht, _mlx5e_tc_del_flow, NULL); in mlx5e_tc_nic_cleanup()
5390 rhashtable_free_and_destroy(tc_ht, _mlx5e_tc_del_flow, NULL); in mlx5e_tc_ht_cleanup()