Searched refs:rhash (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| H A D | mesh_pathtbl.c | 33 .head_offset = offsetof(struct mesh_path, rhash), 42 .head_offset = offsetof(struct ieee80211_mesh_fast_tx, rhash), 429 rhashtable_remove_fast(&cache->rht, &entry->rhash, fast_tx_rht_params); in mesh_fast_tx_entry_free() 581 &entry->rhash, in mesh_fast_tx_cache() 593 rhashtable_replace_fast(&cache->rht, &prev->rhash, in mesh_fast_tx_cache() 594 &entry->rhash, fast_tx_rht_params); in mesh_fast_tx_cache() 703 &new_mpath->rhash, in mesh_path_add() 746 &new_mpath->rhash, in mpp_path_add() 814 rhashtable_remove_fast(&tbl->rhead, &mpath->rhash, mesh_rht_params); in __mesh_path_del()
|
| H A D | mesh.h | 108 struct rhash_head rhash; member 179 struct rhash_head rhash; member
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 2341 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument 2350 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans() 2386 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument 2417 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() 2470 struct hlist_head rhash[], in xlog_recover_process_data() argument 2499 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data() 2879 struct hlist_head rhash[], in xlog_recover_process() argument 2944 return xlog_recover_process_data(log, rhash, rhead, dp, pass, in xlog_recover_process() 3014 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local 3021 INIT_HLIST_HEAD(&rhash[i]); in xlog_do_recovery_pass() [all …]
|
| /linux/fs/dlm/ |
| H A D | lock.h | 34 int dlm_search_rsb_tree(struct rhashtable *rhash, const void *name, int len,
|
| H A D | lock.c | 625 int dlm_search_rsb_tree(struct rhashtable *rhash, const void *name, int len, in dlm_search_rsb_tree() argument 632 *r_ret = rhashtable_lookup_fast(rhash, &key, dlm_rhash_rsb_params); in dlm_search_rsb_tree() 639 static int rsb_insert(struct dlm_rsb *rsb, struct rhashtable *rhash) in rsb_insert() argument 643 rv = rhashtable_insert_fast(rhash, &rsb->res_node, in rsb_insert()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | macsec_fs.c | 654 const struct rhashtable_params *rhash = (is_tx) ? &rhash_sci : &rhash_fs_id; in macsec_fs_id_del() local 680 rhashtable_remove_fast(hash_table, &fs_id_found->hash, *rhash); in macsec_fs_id_del() 699 const struct rhashtable_params *rhash = (is_tx) ? &rhash_sci : &rhash_fs_id; in macsec_fs_id_add() local 748 err = rhashtable_insert_fast(hash_table, &fs_id_iter->hash, *rhash); in macsec_fs_id_add()
|