Searched refs:sta_cleanup (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | pm.c | 66 del_timer_sync(&local->sta_cleanup); in __ieee80211_suspend()
|
H A D | sta_info.c | 1158 struct ieee80211_local *local = from_timer(local, t, sta_cleanup); in sta_info_cleanup() 1174 mod_timer(&local->sta_cleanup, in sta_info_cleanup() 1190 timer_setup(&local->sta_cleanup, sta_info_cleanup, 0); in sta_info_init() 1196 del_timer_sync(&local->sta_cleanup); in sta_info_stop()
|
H A D | status.c | 149 if (!timer_pending(&local->sta_cleanup)) in ieee80211_handle_filtered_frame() 150 mod_timer(&local->sta_cleanup, in ieee80211_handle_filtered_frame()
|
H A D | ieee80211_i.h | 1283 struct timer_list sta_cleanup; member
|
H A D | tx.c | 543 if (!timer_pending(&local->sta_cleanup)) in ieee80211_tx_h_unicast_ps_buf() 544 mod_timer(&local->sta_cleanup, in ieee80211_tx_h_unicast_ps_buf()
|
H A D | util.c | 2681 mod_timer(&local->sta_cleanup, jiffies + 1); in ieee80211_reconfig()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | pm.c | 73 del_timer_sync(&local->sta_cleanup); in __ieee80211_suspend()
|
H A D | sta_info.c | 1508 struct ieee80211_local *local = from_timer(local, t, sta_cleanup); in sta_info_cleanup() 1524 mod_timer(&local->sta_cleanup, in sta_info_cleanup() 1546 timer_setup(&local->sta_cleanup, sta_info_cleanup, 0); in sta_info_init() 1552 del_timer_sync(&local->sta_cleanup); in sta_info_stop()
|
H A D | status.c | 150 if (!timer_pending(&local->sta_cleanup)) in ieee80211_handle_filtered_frame() 151 mod_timer(&local->sta_cleanup, in ieee80211_handle_filtered_frame()
|
H A D | ieee80211_i.h | 1441 struct timer_list sta_cleanup; member
|
H A D | tx.c | 532 if (!timer_pending(&local->sta_cleanup)) in ieee80211_tx_h_unicast_ps_buf() 533 mod_timer(&local->sta_cleanup, in ieee80211_tx_h_unicast_ps_buf()
|
H A D | util.c | 2972 mod_timer(&local->sta_cleanup, jiffies + 1); in ieee80211_reconfig()
|
Completed in 44 milliseconds