Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dmesh_pathtbl.c518 u32 hash_idx; in mesh_path_add() local
553 hash_idx = mesh_table_hash(dst, sdata, tbl); in mesh_path_add()
554 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_add()
556 spin_lock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
573 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
582 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
651 u32 hash_idx; in mpp_path_add() local
682 hash_idx = mesh_table_hash(dst, sdata, tbl); in mpp_path_add()
683 bucket = &tbl->hash_buckets[hash_idx]; in mpp_path_add()
685 spin_lock(&tbl->hashwlock[hash_idx]); in mpp_path_add()
[all …]
/linux-3.4.99/net/netlink/
Daf_netlink.c1934 int hash_idx; member
1954 iter->hash_idx = j; in netlink_seq_socket_idx()
1991 j = iter->hash_idx + 1; in netlink_seq_next()
2002 iter->hash_idx = j; in netlink_seq_next()