Lines Matching refs:list_lock
1152 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_local_purge() local
1157 list_lock = &hash->list_locks[i]; in batadv_tt_local_purge()
1159 spin_lock_bh(list_lock); in batadv_tt_local_purge()
1161 spin_unlock_bh(list_lock); in batadv_tt_local_purge()
1168 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_local_table_free() local
1183 list_lock = &hash->list_locks[i]; in batadv_tt_local_table_free()
1185 spin_lock_bh(list_lock); in batadv_tt_local_table_free()
1203 spin_unlock_bh(list_lock); in batadv_tt_local_table_free()
1316 spin_lock_bh(&tt_global->list_lock); in batadv_tt_global_orig_entry_add()
1319 spin_unlock_bh(&tt_global->list_lock); in batadv_tt_global_orig_entry_add()
1395 spin_lock_init(&tt_global_entry->list_lock); in batadv_tt_global_add()
1681 lockdep_assert_held(&tt_global_entry->list_lock); in _batadv_tt_global_del_orig_entry()
1701 spin_lock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_list()
1705 spin_unlock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_list()
1729 spin_lock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_node()
1743 spin_unlock_bh(&tt_global_entry->list_lock); in batadv_tt_global_del_orig_node()
1871 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_global_del_orig() local
1879 list_lock = &hash->list_locks[i]; in batadv_tt_global_del_orig()
1881 spin_lock_bh(list_lock); in batadv_tt_global_del_orig()
1905 spin_unlock_bh(list_lock); in batadv_tt_global_del_orig()
1937 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_global_purge() local
1945 list_lock = &hash->list_locks[i]; in batadv_tt_global_purge()
1947 spin_lock_bh(list_lock); in batadv_tt_global_purge()
1967 spin_unlock_bh(list_lock); in batadv_tt_global_purge()
1974 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_global_table_free() local
1988 list_lock = &hash->list_locks[i]; in batadv_tt_global_table_free()
1990 spin_lock_bh(list_lock); in batadv_tt_global_table_free()
1999 spin_unlock_bh(list_lock); in batadv_tt_global_table_free()
3231 spinlock_t *list_lock; /* protects write access to the hash lists */ in batadv_tt_local_purge_pending_clients() local
3239 list_lock = &hash->list_locks[i]; in batadv_tt_local_purge_pending_clients()
3241 spin_lock_bh(list_lock); in batadv_tt_local_purge_pending_clients()
3267 spin_unlock_bh(list_lock); in batadv_tt_local_purge_pending_clients()