Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c98 newtbl->hashwlock = kmalloc(sizeof(spinlock_t) * in mesh_table_alloc()
100 if (!newtbl->hashwlock) { in mesh_table_alloc()
112 spin_lock_init(&newtbl->hashwlock[i]); in mesh_table_alloc()
121 kfree(tbl->hashwlock); in __mesh_table_free()
134 spin_lock_bh(&tbl->hashwlock[i]); in mesh_table_free()
139 spin_unlock_bh(&tbl->hashwlock[i]); in mesh_table_free()
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()
705 spin_lock(&tbl->hashwlock[hash_idx]); in mpp_path_add()
[all …]
Dmesh.h150 spinlock_t *hashwlock; /* One per bucket, for add/del */ member