Home
last modified time | relevance | path

Searched refs:if_lock (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/net/core/
H A Dpktgen.c235 #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()
3711 if_lock(t); in add_dev_to_thread()
3830 mutex_init(&t->if_lock); in pktgen_create_thread()
3879 if_lock(t); in _rem_dev_from_if_list()