Searched refs:rhltable_remove (Results 1 – 12 of 12) sorted by relevance
| /linux/lib/ |
| H A D | test_rhashtable.c | 350 err = rhltable_remove(&rhlt, &rhl_test_objects[i].list_node, test_rht_params); in test_rhltable() 377 err = rhltable_remove(&rhlt, &rhl_test_objects[i].list_node, test_rht_params); in test_rhltable() 402 err = rhltable_remove(&rhlt, &rhl_test_objects[i].list_node, test_rht_params); in test_rhltable() 417 err = rhltable_remove(&rhlt, &rhl_test_objects[i].list_node, test_rht_params); in test_rhltable()
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 465 int ret = rhltable_remove(&task_bps_ht, &bp->hw.bp_list, task_bps_ht_params); in toggle_bp_slot()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 570 return rhltable_remove(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_unmatched_remove() 812 err = rhltable_remove(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_ht_gc_collect()
|
| /linux/kernel/trace/ |
| H A D | fprobe.c | 97 rhltable_remove(&fprobe_ip_table, &node->hlist, in delete_fprobe_node()
|
| /linux/fs/nfsd/ |
| H A D | filecache.c | 261 rhltable_remove(&nfsd_file_rhltable, &nf->nf_rlist, in nfsd_file_hash_remove()
|
| H A D | nfs4state.c | 5350 rhltable_remove(&nfs4_file_rhltable, &fi->fi_rlist, in nfsd4_file_hash_remove()
|
| /linux/include/linux/ |
| H A D | rhashtable.h | 1189 static __always_inline int rhltable_remove( in rhltable_remove() function
|
| /linux/net/sctp/ |
| H A D | input.c | 980 rhltable_remove(&sctp_transport_hashtable, &t->node, in sctp_unhash_transport()
|
| /linux/net/ipv6/ |
| H A D | ip6mr.c | 1248 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ip6mr_rht_params); in ip6mr_mfc_delete() 1560 rhltable_remove(&mrt->mfc_hash, &c->mnode, ip6mr_rht_params); in mroute_clean_tables()
|
| /linux/net/ipv4/ |
| H A D | ipmr.c | 1220 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ipmr_rht_params); in ipmr_mfc_add() 1336 rhltable_remove(&mrt->mfc_hash, &c->mnode, ipmr_rht_params); in mroute_clean_tables()
|
| /linux/net/mac80211/ |
| H A D | sta_info.c | 93 return rhltable_remove(&local->sta_hash, &sta->hash_node, in sta_info_hash_del() 111 return rhltable_remove(&local->link_sta_hash, in link_sta_info_hash_del()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 10003 rhltable_remove(&table->chains_ht, in nft_chain_commit_update() 10279 rhltable_remove(&nft_objname_ht, &obj->rhlhead, nft_objname_ht_params); in nft_obj_del() 10287 WARN_ON_ONCE(rhltable_remove(&table->chains_ht, &chain->rhlhead, in nft_chain_del()
|