/openbmc/linux/drivers/mfd/ |
H A D | si476x-i2c.c | 142 atomic_set(&core->is_alive, 1); in si476x_core_start() 149 atomic_set(&core->is_alive, 1); in si476x_core_start() 165 atomic_set(&core->is_alive, 1); in si476x_core_start() 193 atomic_set(&core->is_alive, 0); in si476x_core_start() 224 atomic_set(&core->is_alive, 0); in si476x_core_stop() 407 atomic_set(&core->is_alive, 0); in si476x_core_pronounce_dead() 521 if (atomic_read(&core->is_alive)) in si476x_core_poll_loop() 712 atomic_set(&core->is_alive, 0); in si476x_core_probe()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | graph-changes-while-io | 68 while bench_thr.is_alive(): 109 while bench_thr.is_alive():
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemutinyrunner.py | 102 while not self.is_alive() and time.time() < endtime: 105 if self.is_alive(): 115 return self.is_alive()
|
H A D | qemurunner.py | 281 while not self.is_alive() and time.time() < endtime: 300 if not self.is_alive(): 340 if not os.path.exists(qmp_port) and self.is_alive(): 343 while not os.path.exists(qmp_port) and self.is_alive() and time.time() < endtime: 346 if not os.path.exists(qmp_port) and self.is_alive(): 609 if self.thread and self.thread.is_alive(): 626 def is_alive(self): member in QemuRunner
|
H A D | commands.py | 126 if thread.is_alive(): 130 if thread.is_alive():
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 76 bool is_alive; in ath_hw_check() local 80 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check() 82 if (!is_alive) { in ath_hw_check() 91 return is_alive; in ath_hw_check()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runqemu.py | 190 is_alive = qemu.check() 191 if not is_alive:
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-si476x.c | 1078 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release() 1101 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read() 1105 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read() 1132 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll() 1135 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_bns.c | 106 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_txprt.c | 111 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_spkout.c | 113 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_acntsa.c | 110 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_dummy.c | 126 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_audptr.c | 113 .is_alive = spk_synth_is_alive_restart,
|
H A D | spk_types.h | 197 int (*is_alive)(struct spk_synth *synth); member
|
H A D | speakup_ltlk.c | 122 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_apollo.c | 122 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_decext.c | 137 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_keypc.c | 114 .is_alive = spk_synth_is_alive_nop,
|
H A D | speakup_acntpc.c | 123 .is_alive = spk_synth_is_alive_nop,
|
H A D | speakup_dectlk.c | 146 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_decpc.c | 233 .is_alive = spk_synth_is_alive_nop,
|
/openbmc/linux/include/linux/mfd/ |
H A D | si476x-core.h | 147 atomic_t is_alive; member
|
/openbmc/u-boot/tools/ |
H A D | genboardscfg.py | 259 while any([p.is_alive() for p in processes]):
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 182 return self.runner.is_alive()
|