Home
last modified time | relevance | path

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

1234

/linux/drivers/accessibility/speakup/
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()
292 if (synth->alive) { in synth_insert_next_index()
397 synth->alive = 0; in do_synth_init()
439 synth->alive = 0; in synth_release()
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()
A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
A Dspeakup_soft.c184 if (synth_soft.alive) { in softsynth_open()
188 synth_soft.alive = 1; in softsynth_open()
198 synth_soft.alive = 0; in softsynth_close()
222 synth_soft.alive = 1; in softsynthx_read()
423 if (synth_soft.alive) in softsynth_is_alive()
A Dspk_ttyio.c230 if (!in_synth->alive || !tty->ops->write) in spk_ttyio_out()
249 in_synth->alive = 0; in spk_ttyio_out()
347 synth->alive = 1; in spk_ttyio_synth_probe()
A Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
A Dspeakup_acntsa.c125 synth->alive = !failed; in synth_probe()
A Dspeakup_ltlk.c156 synth->alive = !failed; in synth_probe()
A Dspeakup_audptr.c152 synth->alive = !failed; in synth_probe()
/linux/net/ipv4/
A Dtcp_timer.c144 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument
149 if (sk->sk_err_soft && !alive) in tcp_orphan_retries()
155 if (retries == 0 && alive) in tcp_orphan_retries()
254 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local
256 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
257 do_reset = alive || in tcp_write_timeout()
385 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local
387 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
388 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
/linux/Documentation/devicetree/bindings/leds/
A Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/linux/sound/usb/line6/
A Dpcm.c119 int alive; in line6_wait_clear_audio_urbs() local
122 alive = 0; in line6_wait_clear_audio_urbs()
125 alive++; in line6_wait_clear_audio_urbs()
127 if (!alive) in line6_wait_clear_audio_urbs()
132 if (alive) in line6_wait_clear_audio_urbs()
134 "timeout: still %d active urbs..\n", alive); in line6_wait_clear_audio_urbs()
/linux/drivers/pci/hotplug/
A Dacpiphp_glue.c648 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
655 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
657 if (!alive) in trim_stale_devices()
658 alive = pci_device_is_present(dev); in trim_stale_devices()
660 if (!alive) { in trim_stale_devices()
/linux/arch/parisc/kernel/
A Dsmp.c378 goto alive ; in smp_boot_one_cpu()
386 alive: in smp_boot_one_cpu()
/linux/net/mpls/
A Daf_mpls.c239 u8 alive; in mpls_select_multipath() local
247 alive = READ_ONCE(rt->rt_nhn_alive); in mpls_select_multipath()
248 if (alive == 0) in mpls_select_multipath()
252 nh_index = hash % alive; in mpls_select_multipath()
253 if (alive == rt->rt_nhn) in mpls_select_multipath()
1504 u8 alive = 0; in mpls_ifdown() local
1559 alive++; in mpls_ifdown()
1576 u8 alive; in mpls_ifup() local
1585 alive = 0; in mpls_ifup()
1590 alive++; in mpls_ifup()
[all …]
/linux/net/decnet/
A Ddn_fib.c748 int alive = 0; in dn_fib_sync_up() local
752 alive++; in dn_fib_sync_up()
759 alive++; in dn_fib_sync_up()
766 if (alive > 0) { in dn_fib_sync_up()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Dctxt-info-gen3.c238 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free() argument
251 if (alive) in iwl_pcie_ctxt_info_gen3_free()
/linux/Documentation/devicetree/bindings/power/reset/
A Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-context-info-gen3.h260 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
/linux/drivers/net/ethernet/ti/
A Ddavinci_mdio.c53 u32 alive; member
157 phy_mask = readl(&data->regs->alive); in davinci_mdio_reset()
/linux/sound/usb/
A Dendpoint.c918 int alive; in wait_clear_urbs() local
924 alive = atomic_read(&ep->submitted_urbs); in wait_clear_urbs()
925 if (!alive) in wait_clear_urbs()
931 if (alive) in wait_clear_urbs()
934 alive, ep->ep_num); in wait_clear_urbs()
/linux/arch/alpha/kernel/
A Dsmp.c380 goto alive; in smp_boot_one_cpu()
390 alive: in smp_boot_one_cpu()
/linux/drivers/mmc/core/
A Dcore.h28 int (*alive)(struct mmc_host *); member
/linux/Documentation/filesystems/ext4/
A Dorphan.rst7 are still alive because they are open. In case of crash the filesystem has to
/linux/Documentation/devicetree/bindings/input/
A Dmicrochip,cap11xx.yaml144 label = "cap11xx:green:alive";

Completed in 42 milliseconds

1234