Lines Matching refs:hash_idx
537 u32 hash_idx; in mesh_path_add() local
552 hash_idx = mesh_table_hash(dst, sdata, tbl); in mesh_path_add()
553 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_add()
555 spin_lock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
599 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
607 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_add()
671 u32 hash_idx; in mpp_path_add() local
702 hash_idx = mesh_table_hash(dst, sdata, tbl); in mpp_path_add()
703 bucket = &tbl->hash_buckets[hash_idx]; in mpp_path_add()
705 spin_lock(&tbl->hashwlock[hash_idx]); in mpp_path_add()
720 spin_unlock(&tbl->hashwlock[hash_idx]); in mpp_path_add()
732 spin_unlock(&tbl->hashwlock[hash_idx]); in mpp_path_add()
892 int hash_idx; in mesh_path_del() local
897 hash_idx = mesh_table_hash(addr, sdata, tbl); in mesh_path_del()
898 bucket = &tbl->hash_buckets[hash_idx]; in mesh_path_del()
900 spin_lock(&tbl->hashwlock[hash_idx]); in mesh_path_del()
913 spin_unlock(&tbl->hashwlock[hash_idx]); in mesh_path_del()
1054 u32 hash_idx; in mesh_path_node_copy() local
1063 hash_idx = mesh_table_hash(mpath->dst, mpath->sdata, newtbl); in mesh_path_node_copy()
1065 &newtbl->hash_buckets[hash_idx]); in mesh_path_node_copy()