Home
last modified time | relevance | path

Searched refs:is_alive (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/libvirt/
H A DS92libvirtd14 is_alive() {
61 if is_alive "$pidfile" /usr/sbin/dnsmasq; then
74 if is_alive "$PIDFILE" "$EXECFILE"; then
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsi476x-i2c.c142 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py102 while not self.is_alive() and time.time() < endtime:
105 if self.is_alive():
115 return self.is_alive()
H A Dqemurunner.py274 while not self.is_alive() and time.time() < endtime:
294 if not self.is_alive():
334 if not os.path.exists(qmp_port) and self.is_alive():
337 while not os.path.exists(qmp_port) and self.is_alive() and time.time() < endtime:
340 if not os.path.exists(qmp_port) and self.is_alive():
583 if self.thread and self.thread.is_alive():
600 def is_alive(self): member in QemuRunner
H A Dcommands.py128 if thread.is_alive():
132 if thread.is_alive():
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dlink.c76 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py176 is_alive = qemu.check()
177 if not is_alive:
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-si476x.c1085 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release()
1110 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read()
1114 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read()
1141 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
1144 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup_txprt.c96 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_bns.c97 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_spkout.c102 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_acntsa.c100 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_dummy.c104 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_audptr.c104 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_ltlk.c111 .is_alive = spk_synth_is_alive_restart,
H A Dspk_types.h196 int (*is_alive)(struct spk_synth *synth); member
H A Dspeakup_decext.c128 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_apollo.c109 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_keypc.c105 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_acntpc.c114 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_dectlk.c134 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_dtlk.c129 .is_alive = spk_synth_is_alive_nop,
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dsi476x-core.h147 atomic_t is_alive; member
/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py260 while any([p.is_alive() for p in processes]):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py189 return self.runner.is_alive()

12