Home
last modified time | relevance | path

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

1234

/Linux-v6.6/drivers/accessibility/speakup/
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()
Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
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()
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()
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()
Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
Dspeakup_acntsa.c135 synth->alive = !failed; in synth_probe()
Dspeakup_audptr.c163 synth->alive = !failed; in synth_probe()
Dspk_types.h202 int alive; member
Dspeakup_ltlk.c167 synth->alive = !failed; in synth_probe()
/Linux-v6.6/net/ipv4/
Dtcp_timer.c146 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument
151 if (READ_ONCE(sk->sk_err_soft) && !alive) in tcp_orphan_retries()
157 if (retries == 0 && alive) in tcp_orphan_retries()
263 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local
265 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
266 do_reset = alive || in tcp_write_timeout()
401 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local
403 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
404 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
/Linux-v6.6/Documentation/devicetree/bindings/leds/
Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/Linux-v6.6/sound/usb/line6/
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-v6.6/drivers/pci/hotplug/
Dacpiphp_glue.c660 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
667 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
669 if (!alive) in trim_stale_devices()
670 alive = pci_device_is_present(dev); in trim_stale_devices()
672 if (!alive) { in trim_stale_devices()
/Linux-v6.6/arch/parisc/kernel/
Dsmp.c390 goto alive ; in smp_boot_one_cpu()
398 alive: in smp_boot_one_cpu()
/Linux-v6.6/net/mpls/
Daf_mpls.c240 u8 alive; in mpls_select_multipath() local
248 alive = READ_ONCE(rt->rt_nhn_alive); in mpls_select_multipath()
249 if (alive == 0) in mpls_select_multipath()
253 nh_index = hash % alive; in mpls_select_multipath()
254 if (alive == rt->rt_nhn) in mpls_select_multipath()
1510 u8 alive = 0; in mpls_ifdown() local
1564 alive++; in mpls_ifdown()
1567 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifdown()
1581 u8 alive; in mpls_ifup() local
1590 alive = 0; in mpls_ifup()
[all …]
/Linux-v6.6/Documentation/networking/
Dskbuff.rst19 to keep a struct sk_buff alive. skbs with a ``sk_buff.users != 1`` are referred
/Linux-v6.6/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/
Diwl-context-info-gen3.h288 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
/Linux-v6.6/Documentation/driver-api/tty/
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-v6.6/arch/alpha/kernel/
Dsmp.c380 goto alive; in smp_boot_one_cpu()
390 alive: in smp_boot_one_cpu()
/Linux-v6.6/Documentation/filesystems/ext4/
Dorphan.rst7 are still alive because they are open. In case of crash the filesystem has to
/Linux-v6.6/drivers/mmc/core/
Dcore.h28 int (*alive)(struct mmc_host *); member
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/
Dctxt-info-gen3.c245 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free() argument
258 if (alive) in iwl_pcie_ctxt_info_gen3_free()
/Linux-v6.6/sound/usb/
Dendpoint.c989 int alive; in wait_clear_urbs() local
995 alive = atomic_read(&ep->submitted_urbs); in wait_clear_urbs()
996 if (!alive) in wait_clear_urbs()
1002 if (alive) in wait_clear_urbs()
1005 alive, ep->ep_num); in wait_clear_urbs()

1234