Home
last modified time | relevance | path

Searched refs:if_lock (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dmain.c654 spin_lock_bh(&vif->if_lock); in ath6kl_connect_event()
658 spin_unlock_bh(&vif->if_lock); in ath6kl_connect_event()
1058 spin_lock_bh(&vif->if_lock); in ath6kl_disconnect_event()
1061 spin_unlock_bh(&vif->if_lock); in ath6kl_disconnect_event()
H A Dcore.h605 spinlock_t if_lock; member
H A Dtxrx.c1361 spin_lock_bh(&vif->if_lock); in ath6kl_rx()
1366 spin_unlock_bh(&vif->if_lock); in ath6kl_rx()
H A Dcfg80211.c3592 spin_lock_init(&vif->if_lock); in ath6kl_cfg80211_vif_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dmain.c654 spin_lock_bh(&vif->if_lock); in ath6kl_connect_event()
658 spin_unlock_bh(&vif->if_lock); in ath6kl_connect_event()
1058 spin_lock_bh(&vif->if_lock); in ath6kl_disconnect_event()
1061 spin_unlock_bh(&vif->if_lock); in ath6kl_disconnect_event()
H A Dcore.h605 spinlock_t if_lock; member
H A Dtxrx.c1361 spin_lock_bh(&vif->if_lock); in ath6kl_rx()
1366 spin_unlock_bh(&vif->if_lock); in ath6kl_rx()
H A Dcfg80211.c3594 spin_lock_init(&vif->if_lock); in ath6kl_cfg80211_vif_init()
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c67 * The if_list is RCU protected, and the if_lock remains to protect updating
232 #define if_lock(t) mutex_lock(&(t->if_lock)); macro
233 #define if_unlock(t) mutex_unlock(&(t->if_lock));
439 struct mutex if_lock; /* for list of devices */ member
1920 if_lock(t); in pktgen_change_name()
3566 * userspace on another CPU than the kthread. The if_lock() in add_dev_to_thread()
3570 if_lock(t); in add_dev_to_thread()
3689 mutex_init(&t->if_lock); in pktgen_create_thread()
3738 if_lock( in _rem_dev_from_if_list()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c67 * The if_list is RCU protected, and the if_lock remains to protect updating
235 #define if_lock(t) mutex_lock(&(t->if_lock)); macro
236 #define if_unlock(t) mutex_unlock(&(t->if_lock));
455 struct mutex if_lock; /* for list of devices */ member
2027 if_lock(t); in pktgen_change_name()
3707 * userspace on another CPU than the kthread. The if_lock() in add_dev_to_thread()
3711 if_lock(t); in add_dev_to_thread()
3830 mutex_init(&t->if_lock); in pktgen_create_thread()
3879 if_lock( in _rem_dev_from_if_list()
[all...]

Completed in 30 milliseconds