Searched refs:rate_ctrl_lock (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/mac80211/
H A Dsta_info.h588 * @rate_ctrl_lock: spinlock used to protect rate control data
662 spinlock_t rate_ctrl_lock; member in struct:sta_info
H A Drate.c62 spin_lock_bh(&sta->rate_ctrl_lock);
65 spin_unlock_bh(&sta->rate_ctrl_lock);
83 spin_lock_bh(&sta->rate_ctrl_lock);
91 spin_unlock_bh(&sta->rate_ctrl_lock);
115 spin_lock_bh(&sta->rate_ctrl_lock);
118 spin_unlock_bh(&sta->rate_ctrl_lock);
933 spin_lock_bh(&sta->rate_ctrl_lock);
935 spin_unlock_bh(&sta->rate_ctrl_lock);
H A Drate.h42 spin_lock_init(&sta->rate_ctrl_lock);

Completed in 635 milliseconds