Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/cmd/
H A Dremoteproc.c53 ops->is_running ? "is_running " : "", in print_remoteproc_list()
225 U_BOOT_CMD_MKENT(is_running, 1, 1, do_remoteproc_wrapper,
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dwaiting.sh66 is_running() function
/openbmc/u-boot/include/
H A Dremoteproc.h73 int (*is_running)(struct udevice *dev); member
/openbmc/linux/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()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c628 pf->eswitch.is_running = false; in ice_eswitch_release()
640 pf->eswitch.is_running) in ice_eswitch_configure()
647 pf->eswitch.is_running = true; in ice_eswitch_configure()
H A Dice.h525 bool is_running; member
841 return pf->eswitch.is_running; in ice_is_switchdev_running()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-change-copy-mode104 self.assertFalse(self.vm.is_running())
/openbmc/qemu/tests/avocado/
H A Dacpi-bits.py358 self.assertFalse(not self._vm.is_running)
400 not self._vm.is_running()))
H A Dreplay_linux.py89 stop_check=(lambda : not vm.is_running()))
H A Dreverse_debugging.py58 stop_check=(lambda : not vm.is_running()))
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py286 if is_running(pid):
304 def is_running(pid): function
/openbmc/u-boot/drivers/remoteproc/
H A Dsandbox_testproc.c309 .is_running = sandbox_testproc_is_running,
H A Drproc-uclass.c390 fn = ops->is_running; in _rproc_ops_wrapper()
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py309 if not self._aloop.is_running():
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py263 def is_running(self) -> bool: member in QEMUMachine
281 if not self.is_running():
/openbmc/u-boot/doc/driver-model/
H A Dremoteproc-framework.txt65 (is_running does not change state)
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh269 is_running ${ppid} || return 1
/openbmc/linux/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.c14289 wdev->is_running = true; in nl80211_start_p2p_device()
14349 wdev->is_running = true; in nl80211_start_nan()
/openbmc/qemu/tests/qemu-iotests/
H A D24578 self.assertFalse(self.vm.is_running())
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch566 - self.assertEqual(yappi.is_running(), False)
576 - self.assertEqual(yappi.is_running(), False)
2477 + self.assertEqual(yappi.is_running(), False)
2487 + self.assertEqual(yappi.is_running(), False)
/openbmc/linux/include/net/
H A Dcfg80211.h5993 bool use_4addr, is_running, registered, registering; member
6105 return wdev->is_running; in wdev_running()