Home
last modified time | relevance | path

Searched refs:timers_running (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/mac80211/
Dmesh.c60 set_bit(TMR_RUNNING_HK, &ifmsh->timers_running); in ieee80211_mesh_housekeeping_timer()
404 set_bit(TMR_RUNNING_MP, &ifmsh->timers_running); in ieee80211_mesh_path_timer()
421 set_bit(TMR_RUNNING_MPR, &ifmsh->timers_running); in ieee80211_mesh_path_root_timer()
544 set_bit(TMR_RUNNING_HK, &ifmsh->timers_running); in ieee80211_mesh_quiesce()
546 set_bit(TMR_RUNNING_MP, &ifmsh->timers_running); in ieee80211_mesh_quiesce()
548 set_bit(TMR_RUNNING_MPR, &ifmsh->timers_running); in ieee80211_mesh_quiesce()
555 if (test_and_clear_bit(TMR_RUNNING_HK, &ifmsh->timers_running)) in ieee80211_mesh_restart()
557 if (test_and_clear_bit(TMR_RUNNING_MP, &ifmsh->timers_running)) in ieee80211_mesh_restart()
559 if (test_and_clear_bit(TMR_RUNNING_MPR, &ifmsh->timers_running)) in ieee80211_mesh_restart()
Dmlme.c780 set_bit(TMR_RUNNING_CHANSW, &ifmgd->timers_running); in ieee80211_chswitch_timer()
2625 set_bit(TMR_RUNNING_TIMER, &ifmgd->timers_running); in ieee80211_sta_timer()
2947 set_bit(TMR_RUNNING_TIMER, &ifmgd->timers_running); in ieee80211_sta_quiesce()
2951 set_bit(TMR_RUNNING_CHANSW, &ifmgd->timers_running); in ieee80211_sta_quiesce()
2983 if (test_and_clear_bit(TMR_RUNNING_TIMER, &ifmgd->timers_running)) in ieee80211_sta_restart()
2985 if (test_and_clear_bit(TMR_RUNNING_CHANSW, &ifmgd->timers_running)) in ieee80211_sta_restart()
Dieee80211_i.h442 unsigned long timers_running; /* used for quiesce/restart */ member
560 unsigned long timers_running; member