Lines Matching refs:list_lock
1347 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_local_purge() local
1352 list_lock = &hash->list_locks[i]; in batadv_tt_local_purge()
1354 spin_lock_bh(list_lock); in batadv_tt_local_purge()
1356 spin_unlock_bh(list_lock); in batadv_tt_local_purge()
1363 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_local_table_free() local
1377 list_lock = &hash->list_locks[i]; in batadv_tt_local_table_free()
1379 spin_lock_bh(list_lock); in batadv_tt_local_table_free()
1389 spin_unlock_bh(list_lock); in batadv_tt_local_table_free()
1534 spin_lock_bh(&tt_global->list_lock); in batadv_tt_global_orig_entry_add()
1568 spin_unlock_bh(&tt_global->list_lock); in batadv_tt_global_orig_entry_add()
1642 spin_lock_init(&tt_global_entry->list_lock); in batadv_tt_global_add()
2013 lockdep_assert_held(&tt_global_entry->list_lock); in _batadv_tt_global_del_orig_entry()
2033 spin_lock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_list()
2037 spin_unlock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_list()
2061 spin_lock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_node()
2075 spin_unlock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_node()
2203 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_global_del_orig() local
2211 list_lock = &hash->list_locks[i]; in batadv_tt_global_del_orig()
2213 spin_lock_bh(list_lock); in batadv_tt_global_del_orig()
2237 spin_unlock_bh(list_lock); in batadv_tt_global_del_orig()
2269 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_global_purge() local
2277 list_lock = &hash->list_locks[i]; in batadv_tt_global_purge()
2279 spin_lock_bh(list_lock); in batadv_tt_global_purge()
2299 spin_unlock_bh(list_lock); in batadv_tt_global_purge()
2306 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_global_table_free() local
2320 list_lock = &hash->list_locks[i]; in batadv_tt_global_table_free()
2322 spin_lock_bh(list_lock); in batadv_tt_global_table_free()
2331 spin_unlock_bh(list_lock); in batadv_tt_global_table_free()
3644 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_local_purge_pending_clients() local
3652 list_lock = &hash->list_locks[i]; in batadv_tt_local_purge_pending_clients()
3654 spin_lock_bh(list_lock); in batadv_tt_local_purge_pending_clients()
3673 spin_unlock_bh(list_lock); in batadv_tt_local_purge_pending_clients()