Home
last modified time | relevance | path

Searched refs:hash_idx (Results 1 – 2 of 2) sorted by relevance

/net/mac80211/
Dmesh_pathtbl.c507 u32 hash_idx; in mesh_path_add() local
522 hash_idx = mesh_table_hash(dst, sdata, tbl); in mesh_path_add()
523 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_add()
525 spin_lock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
569 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
577 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
641 u32 hash_idx; in mpp_path_add() local
672 hash_idx = mesh_table_hash(dst, sdata, tbl); in mpp_path_add()
673 bucket = &tbl->hash_buckets[hash_idx]; in mpp_path_add()
675 spin_lock(&tbl->hashwlock[hash_idx]); in mpp_path_add()
[all …]
/net/netlink/
Daf_netlink.c2670 int hash_idx; member
2689 iter->hash_idx = j; in netlink_seq_socket_idx()
2726 j = iter->hash_idx + 1; in netlink_seq_next()
2737 iter->hash_idx = j; in netlink_seq_next()