Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/
H A Dnetpoll_basic.py251 if not BPF_THREAD.is_alive():
266 if BPF_THREAD.is_alive():
304 if not BPF_THREAD.is_alive() or bpftrace_any_hit(join=False):
/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c105 bool is_alive; in ath_hw_check() local
109 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
111 if (!is_alive) { in ath_hw_check()
120 return is_alive; in ath_hw_check()
/linux/drivers/accessibility/speakup/
H A Dspeakup_bns.c106 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_txprt.c111 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_spkout.c113 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_acntsa.c110 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_dummy.c126 .is_alive = spk_synth_is_alive_restart,
H A Dspk_types.h197 int (*is_alive)(struct spk_synth *synth); member
H A Dspeakup_audptr.c113 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_ltlk.c122 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_apollo.c122 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_decext.c137 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_keypc.c114 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_acntpc.c123 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_dectlk.c146 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_decpc.c233 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_dtlk.c139 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_soft.c147 .is_alive = softsynth_is_alive,
H A Dmain.c303 char val = synth->is_alive(synth); in speech_kill()
/linux/net/xfrm/
H A Dxfrm_state.c2929 bool is_alive = false; in xfrm_register_translator()
2933 if (km->is_alive && km->is_alive(c)) { in xfrm_register_translator()
2934 is_alive = true; in xfrm_register_translator()
2940 return is_alive; in xfrm_unregister_translator()
2884 bool is_alive = false; km_is_alive() local
H A Dxfrm_user.c4590 .is_alive = xfrm_is_alive,