Home
last modified time | relevance | path

Searched refs:is_running (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/samples/acrn/
H A Dvm-sample.c33 int is_running = 1; variable
39 is_running = 0; in vm_exit()
105 while (is_running) { in main()
/kernel/linux/linux-5.10/kernel/kcsan/
H A 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()
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dwaiting.sh66 is_running() function
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c628 pf->switchdev.is_running = false; in ice_eswitch_release()
639 if (pf->eswitch_mode == DEVLINK_ESWITCH_MODE_LEGACY || pf->switchdev.is_running) in ice_eswitch_configure()
646 pf->switchdev.is_running = true; in ice_eswitch_configure()
H A Dice.h524 bool is_running; member
829 return pf->switchdev.is_running; in ice_is_switchdev_running()
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dreport.c522 const bool is_running = task_is_running(current); in set_other_info_task_blocking() local
535 if (is_running) { in set_other_info_task_blocking()
567 if (is_running) in set_other_info_task_blocking()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Df71808e_wdt.c476 bool is_running = true; in watchdog_is_running() local
483 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running()
491 return is_running; in watchdog_is_running()
/kernel/linux/linux-5.10/net/wireless/
H A Dcore.c234 wdev->is_running = false; in cfg80211_stop_p2p_device()
259 wdev->is_running = false; in cfg80211_stop_nan()
H A Dnl80211.c12841 wdev->is_running = true; in nl80211_start_p2p_device()
12901 wdev->is_running = true; in nl80211_start_nan()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_intel_pt.sh269 is_running ${ppid} || return 1
/kernel/linux/linux-6.6/net/wireless/
H A Dcore.c241 wdev->is_running = false; in cfg80211_stop_p2p_device()
266 wdev->is_running = false; in cfg80211_stop_nan()
H A Dnl80211.c14248 wdev->is_running = true; in nl80211_start_p2p_device()
14308 wdev->is_running = true; in nl80211_start_nan()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h5215 * @is_running: true if this is a non-netdev device that has been started, e.g.
5258 bool use_4addr, is_running; member
5333 return wdev->is_running; in wdev_running()
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h5946 * @is_running: true if this is a non-netdev device that has been started, e.g.
5991 bool use_4addr, is_running, registered, registering; member
6103 return wdev->is_running; in wdev_running()

Completed in 75 milliseconds