Searched refs:hashwlock (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c46 kfree(tbl->hashwlock);
58 spin_lock(&tbl->hashwlock[i]);
63 spin_unlock(&tbl->hashwlock[i]);
298 spin_lock(&mesh_paths->hashwlock[hash_idx]);
314 spin_unlock(&mesh_paths->hashwlock[hash_idx]);
323 spin_unlock(&mesh_paths->hashwlock[hash_idx]);
410 spin_lock(&mpp_paths->hashwlock[hash_idx]);
424 spin_unlock(&mpp_paths->hashwlock[hash_idx]);
433 spin_unlock(&mpp_paths->hashwlock[hash_idx]);
551 spin_lock(&mesh_paths->hashwlock[hash_id
[all...]
H A Dmesh.c316 newtbl->hashwlock = kmalloc(sizeof(spinlock_t) *
318 if (!newtbl->hashwlock) {
330 spin_lock_init(&newtbl->hashwlock[i]);
H A Dmesh.h113 * @hashwlock: array of locks to protect write operations, one per bucket
127 spinlock_t *hashwlock; /* One per bucket, for add/del */ member in struct:mesh_table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh_pathtbl.c46 kfree(tbl->hashwlock);
58 spin_lock(&tbl->hashwlock[i]);
63 spin_unlock(&tbl->hashwlock[i]);
298 spin_lock(&mesh_paths->hashwlock[hash_idx]);
314 spin_unlock(&mesh_paths->hashwlock[hash_idx]);
323 spin_unlock(&mesh_paths->hashwlock[hash_idx]);
410 spin_lock(&mpp_paths->hashwlock[hash_idx]);
424 spin_unlock(&mpp_paths->hashwlock[hash_idx]);
433 spin_unlock(&mpp_paths->hashwlock[hash_idx]);
551 spin_lock(&mesh_paths->hashwlock[hash_id
[all...]
H A Dmesh.c316 newtbl->hashwlock = kmalloc(sizeof(spinlock_t) *
318 if (!newtbl->hashwlock) {
330 spin_lock_init(&newtbl->hashwlock[i]);
H A Dmesh.h113 * @hashwlock: array of locks to protect write operations, one per bucket
127 spinlock_t *hashwlock; /* One per bucket, for add/del */ member in struct:mesh_table

Completed in 66 milliseconds