Home
last modified time | relevance | path

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

/linux-6.12.1/samples/acrn/
Dvm-sample.c33 int is_running = 1; variable
39 is_running = 0; in vm_exit()
105 while (is_running) { in main()
/linux-6.12.1/tools/perf/tests/shell/lib/
Dwaiting.sh66 is_running() function
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/intel/ice/
Dice_eswitch.c316 pf->eswitch.is_running = true; in ice_eswitch_enable_switchdev()
334 pf->eswitch.is_running = false; in ice_eswitch_disable_switchdev()
Dice.h538 bool is_running; member
880 return pf->eswitch.is_running; in ice_is_switchdev_running()
/linux-6.12.1/tools/perf/tests/shell/
Dtest_intel_pt.sh270 is_running ${ppid} || return 1
/linux-6.12.1/net/wireless/
Dcore.c241 wdev->is_running = false; in cfg80211_stop_p2p_device()
266 wdev->is_running = false; in cfg80211_stop_nan()
Dnl80211.c14396 wdev->is_running = true; in nl80211_start_p2p_device()
14456 wdev->is_running = true; in nl80211_start_nan()
/linux-6.12.1/include/net/
Dcfg80211.h6284 bool use_4addr, is_running, registered, registering; member
6395 return wdev->is_running; in wdev_running()