Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dreport.c458 const bool is_running = current->state == TASK_RUNNING; in set_other_info_task_blocking() local
471 if (is_running) { in set_other_info_task_blocking()
503 if (is_running) in set_other_info_task_blocking()
/Linux-v5.10/drivers/watchdog/
Df71808e_wdt.c474 bool is_running = true; in watchdog_is_running() local
481 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running()
489 return is_running; in watchdog_is_running()
/Linux-v5.10/net/wireless/
Dcore.c234 wdev->is_running = false; in cfg80211_stop_p2p_device()
259 wdev->is_running = false; in cfg80211_stop_nan()
Dnl80211.c12813 wdev->is_running = true; in nl80211_start_p2p_device()
12873 wdev->is_running = true; in nl80211_start_nan()
/Linux-v5.10/include/net/
Dcfg80211.h5257 bool use_4addr, is_running; member
5332 return wdev->is_running; in wdev_running()