/Linux-v6.1/drivers/accessibility/speakup/ |
D | synth.c | 153 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()
|
D | thread.c | 34 (synth && synth->catch_up && synth->alive && in speakup_thread() 50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
|
D | serialio.c | 196 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()
|
D | speakup_soft.c | 187 if (synth_soft.alive) { in softsynth_open() 191 synth_soft.alive = 1; in softsynth_open() 201 synth_soft.alive = 0; in softsynth_close() 225 synth_soft.alive = 1; in softsynthx_read() 427 if (synth_soft.alive) in softsynth_is_alive()
|
D | spk_ttyio.c | 230 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()
|
D | buffers.c | 65 if (!synth->alive) { in synth_buffer_add()
|
D | speakup_acntsa.c | 125 synth->alive = !failed; in synth_probe()
|
D | speakup_ltlk.c | 156 synth->alive = !failed; in synth_probe()
|
D | speakup_audptr.c | 154 synth->alive = !failed; in synth_probe()
|
D | spk_types.h | 202 int alive; member
|
/Linux-v6.1/net/ipv4/ |
D | tcp_timer.c | 144 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() 255 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local 257 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout() 258 do_reset = alive || in tcp_write_timeout() 380 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local 382 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 383 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-tlc591xx.txt | 35 alive@9 { 36 label = "wrt1900ac:green:alive";
|
/Linux-v6.1/sound/usb/line6/ |
D | pcm.c | 119 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.1/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 649 bool alive = dev->ignore_hotplug; in trim_stale_devices() local 656 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices() 658 if (!alive) in trim_stale_devices() 659 alive = pci_device_is_present(dev); in trim_stale_devices() 661 if (!alive) { in trim_stale_devices()
|
/Linux-v6.1/arch/parisc/kernel/ |
D | smp.c | 393 goto alive ; in smp_boot_one_cpu() 401 alive: in smp_boot_one_cpu()
|
/Linux-v6.1/net/mpls/ |
D | af_mpls.c | 239 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 1558 alive++; in mpls_ifdown() 1561 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifdown() 1575 u8 alive; in mpls_ifup() local 1584 alive = 0; in mpls_ifup() [all …]
|
/Linux-v6.1/Documentation/networking/ |
D | skbuff.rst | 19 to keep a struct sk_buff alive. skbs with a ``sk_buff.users != 1`` are referred
|
/Linux-v6.1/Documentation/devicetree/bindings/power/reset/ |
D | ltc2952-poweroff.txt | 18 trigger function is ignored and the chip is kept alive
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | ctxt-info-gen3.c | 241 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free() argument 254 if (alive) in iwl_pcie_ctxt_info_gen3_free()
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-context-info-gen3.h | 262 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
|
/Linux-v6.1/arch/alpha/kernel/ |
D | smp.c | 380 goto alive; in smp_boot_one_cpu() 390 alive: in smp_boot_one_cpu()
|
/Linux-v6.1/drivers/mmc/core/ |
D | core.h | 28 int (*alive)(struct mmc_host *); member
|
/Linux-v6.1/Documentation/filesystems/ext4/ |
D | orphan.rst | 7 are still alive because they are open. In case of crash the filesystem has to
|
/Linux-v6.1/sound/usb/ |
D | endpoint.c | 970 int alive; in wait_clear_urbs() local 976 alive = atomic_read(&ep->submitted_urbs); in wait_clear_urbs() 977 if (!alive) in wait_clear_urbs() 983 if (alive) in wait_clear_urbs() 986 alive, ep->ep_num); in wait_clear_urbs()
|
/Linux-v6.1/drivers/net/ethernet/ti/ |
D | davinci_mdio.c | 65 u32 alive; member 289 phy_mask = readl(&data->regs->alive); in davinci_mdio_common_reset()
|