Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 70) sorted by relevance

123

/linux/drivers/accessibility/speakup/
H A Dsynth.c153 synth->alive = 1; in spk_synth_is_alive_nop()
160 if (synth->alive) in spk_synth_is_alive_restart()
164 synth->alive = 1; in spk_synth_is_alive_restart()
184 if (!synth->alive) { in synth_start()
201 if (synth->alive) { in spk_do_flush()
376 if (synth->alive) { in synth_insert_next_index()
481 synth->alive = 0; in do_synth_init()
523 synth->alive = 0; in synth_release()
H A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
H A Dserialio.c196 synth->alive = 1; in spk_serial_synth_probe()
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr()
223 in_synth->alive = 0; in spk_serial_wait_for_xmitr()
285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) { in spk_serial_out()
H A Dspeakup_soft.c196 if (synth_soft.alive) { in softsynth_open()
200 synth_soft.alive = 1; in softsynth_open()
210 synth_soft.alive = 0; in softsynth_close()
234 synth_soft.alive = 1; in softsynthx_read()
436 if (synth_soft.alive) in softsynth_is_alive()
H A Dspk_ttyio.c229 if (!in_synth->alive || !tty->ops->write) in spk_ttyio_out()
248 in_synth->alive = 0; in spk_ttyio_out()
346 synth->alive = 1; in spk_ttyio_synth_probe()
H A Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
H A Dspeakup_acntsa.c135 synth->alive = !failed; in synth_probe()
H A Dspk_types.h202 int alive; member
H A Dspeakup_audptr.c163 synth->alive = !failed; in synth_probe()
H A Dspeakup_ltlk.c167 synth->alive = !failed; in synth_probe()
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c657 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
664 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
666 if (!alive) in trim_stale_devices()
667 alive = pci_device_is_present(dev); in trim_stale_devices()
669 if (!alive) { in trim_stale_devices()
/linux/arch/parisc/kernel/
H A Dsmp.c390 goto alive ; in smp_boot_one_cpu()
398 alive: in smp_boot_one_cpu()
/linux/net/mpls/
H A Daf_mpls.c237 /* number of alive nexthops (rt->rt_nhn_alive) and the flags for in mpls_select_multipath()
248 u8 alive; in mpls_select_multipath()
256 alive = READ_ONCE(rt->rt_nhn_alive); in mpls_select_multipath()
257 if (alive == 0) in mpls_select_multipath()
261 nh_index = hash % alive; in mpls_select_multipath()
262 if (alive == rt->rt_nhn) in mpls_select_multipath()
1520 u8 alive = 0; in mpls_ifdown()
1579 alive++; in mpls_ifup()
1582 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifup()
1595 u8 alive; in mpls_dev_notify()
240 u8 alive; mpls_select_multipath() local
1492 u8 alive = 0; mpls_ifdown() local
1563 u8 alive; mpls_ifup() local
[all...]
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c183 dead = !--gang->alive; in unuse_gang()
400 if (!gang->alive) in spufs_create_context()
402 gang->alive++; in spufs_create_context()
440 gang->alive--; // can't reach 0 in spufs_create_context()
H A Dgang.c28 gang->alive = 1; in alloc_spu_gang()
/linux/Documentation/networking/
H A Dskbuff.rst19 to keep a struct sk_buff alive. skbs with a ``sk_buff.users != 1`` are referred
/linux/Documentation/devicetree/bindings/power/reset/
H A Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst73 /* use keep-alive once every 5s for modem connection supervision */
163 /* use keep-alive once every 5s for peer connection supervision */
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Diwl-context-info-v2.h330 void iwl_pcie_ctxt_info_v2_free(struct iwl_trans *trans, bool alive);
H A Dctxt-info-v2.c312 void iwl_pcie_ctxt_info_v2_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_v2_free() argument
327 if (alive) in iwl_pcie_ctxt_info_v2_free()
/linux/kernel/bpf/
H A Dliveness.c736 bool alive; in bpf_stack_slot_alive() local
745 alive = bpf_calls_callback(env, callsite) in bpf_stack_slot_alive()
748 if (alive) in bpf_stack_slot_alive()
/linux/arch/alpha/kernel/
H A Dsmp.c381 goto alive; in smp_boot_one_cpu()
391 alive: in smp_boot_one_cpu()
/linux/sound/usb/
H A Dendpoint.c984 int alive; in wait_clear_urbs() local
990 alive = atomic_read(&ep->submitted_urbs); in wait_clear_urbs()
991 if (!alive) in wait_clear_urbs()
997 if (alive) in wait_clear_urbs()
1000 alive, ep->ep_num); in wait_clear_urbs()
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst7 are still alive because they are open. In case of crash the filesystem has to
/linux/kernel/liveupdate/
H A DKconfig17 to keep data or state alive across the kexec. For this to work,

123