Home
last modified time | relevance | path

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

/Linux-v6.6/samples/acrn/
Dvm-sample.c33 int is_running = 1; variable
39 is_running = 0; in vm_exit()
105 while (is_running) { in main()
/Linux-v6.6/tools/perf/tests/shell/lib/
Dwaiting.sh66 is_running() function
/Linux-v6.6/kernel/kcsan/
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()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
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()
Dice.h524 bool is_running; member
829 return pf->switchdev.is_running; in ice_is_switchdev_running()
/Linux-v6.6/tools/perf/tests/shell/
Dtest_intel_pt.sh269 is_running ${ppid} || return 1
/Linux-v6.6/net/wireless/
Dcore.c239 wdev->is_running = false; in cfg80211_stop_p2p_device()
264 wdev->is_running = false; in cfg80211_stop_nan()
Dnl80211.c14228 wdev->is_running = true; in nl80211_start_p2p_device()
14288 wdev->is_running = true; in nl80211_start_nan()
/Linux-v6.6/include/net/
Dcfg80211.h5970 bool use_4addr, is_running, registered, registering; member
6082 return wdev->is_running; in wdev_running()