Home
last modified time | relevance | path

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

/Linux-v6.1/samples/acrn/
Dvm-sample.c36 int is_running = 1; variable
42 is_running = 0; in vm_exit()
109 while (is_running) { in main()
/Linux-v6.1/tools/perf/tests/shell/lib/
Dwaiting.sh65 is_running() function
/Linux-v6.1/kernel/kcsan/
Dreport.c523 const bool is_running = task_is_running(current); in set_other_info_task_blocking() local
536 if (is_running) { in set_other_info_task_blocking()
568 if (is_running) in set_other_info_task_blocking()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_eswitch.c614 pf->switchdev.is_running = false; in ice_eswitch_release()
625 if (pf->eswitch_mode == DEVLINK_ESWITCH_MODE_LEGACY || pf->switchdev.is_running) in ice_eswitch_configure()
632 pf->switchdev.is_running = true; in ice_eswitch_configure()
Dice.h496 bool is_running; member
795 return pf->switchdev.is_running; in ice_is_switchdev_running()
/Linux-v6.1/tools/perf/tests/shell/
Dtest_intel_pt.sh269 is_running ${ppid} || return 1
/Linux-v6.1/net/wireless/
Dcore.c234 wdev->is_running = false; in cfg80211_stop_p2p_device()
259 wdev->is_running = false; in cfg80211_stop_nan()
Dnl80211.c13963 wdev->is_running = true; in nl80211_start_p2p_device()
14023 wdev->is_running = true; in nl80211_start_nan()
/Linux-v6.1/include/net/
Dcfg80211.h5743 bool use_4addr, is_running, registered, registering; member
5854 return wdev->is_running; in wdev_running()