/openbmc/linux/samples/acrn/ |
H A D | vm-sample.c | 33 int is_running = 1; variable 39 is_running = 0; in vm_exit() 105 while (is_running) { in main()
|
/openbmc/u-boot/cmd/ |
H A D | remoteproc.c | 53 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 D | waiting.sh | 66 is_running() function
|
/openbmc/u-boot/include/ |
H A D | remoteproc.h | 73 int (*is_running)(struct udevice *dev); member
|
/openbmc/linux/kernel/kcsan/ |
H A D | report.c | 522 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 D | ice_eswitch.c | 628 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 D | ice.h | 525 bool is_running; member 841 return pf->eswitch.is_running; in ice_is_switchdev_running()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-change-copy-mode | 104 self.assertFalse(self.vm.is_running())
|
/openbmc/qemu/tests/avocado/ |
H A D | acpi-bits.py | 358 self.assertFalse(not self._vm.is_running) 400 not self._vm.is_running()))
|
H A D | replay_linux.py | 89 stop_check=(lambda : not vm.is_running()))
|
H A D | reverse_debugging.py | 58 stop_check=(lambda : not vm.is_running()))
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | serv.py | 286 if is_running(pid): 304 def is_running(pid): function
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | sandbox_testproc.c | 309 .is_running = sandbox_testproc_is_running,
|
H A D | rproc-uclass.c | 390 fn = ops->is_running; in _rproc_ops_wrapper()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 309 if not self._aloop.is_running():
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 263 def is_running(self) -> bool: member in QEMUMachine 281 if not self.is_running():
|
/openbmc/u-boot/doc/driver-model/ |
H A D | remoteproc-framework.txt | 65 (is_running does not change state)
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 269 is_running ${ppid} || return 1
|
/openbmc/linux/net/wireless/ |
H A D | core.c | 241 wdev->is_running = false; in cfg80211_stop_p2p_device() 266 wdev->is_running = false; in cfg80211_stop_nan()
|
H A D | nl80211.c | 14289 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 D | 245 | 78 self.assertFalse(self.vm.is_running())
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 566 - 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 D | cfg80211.h | 5993 bool use_4addr, is_running, registered, registering; member 6105 return wdev->is_running; in wdev_running()
|