| /linux-6.15/drivers/accessibility/speakup/ |
| H A 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() 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 D | thread.c | 34 (synth && synth->catch_up && synth->alive && in speakup_thread() 50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
|
| H A 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()
|
| H A D | speakup_soft.c | 196 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 D | spk_ttyio.c | 229 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 D | buffers.c | 65 if (!synth->alive) { in synth_buffer_add()
|
| H A D | speakup_acntsa.c | 135 synth->alive = !failed; in synth_probe()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_timer.c | 148 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument 153 if (READ_ONCE(sk->sk_err_soft) && !alive) in tcp_orphan_retries() 159 if (retries == 0 && alive) in tcp_orphan_retries() 271 const bool alive = icsk->icsk_rto < tcp_rto_max(sk); in tcp_write_timeout() local 273 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout() 274 do_reset = alive || in tcp_write_timeout() 421 const bool alive = inet_csk_rto_backoff(icsk, rto_max) < rto_max; in tcp_probe_timer() local 423 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 424 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
|
| /linux-6.15/Documentation/devicetree/bindings/ata/ |
| H A D | snps,dwc-ahci-common.yaml | 31 PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx) 47 - description: Power Module keep-alive clock 74 - description: Power Module keep-alive clock domain reset control
|
| /linux-6.15/sound/usb/line6/ |
| H A 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-6.15/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 657 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-6.15/fs/bcachefs/ |
| H A D | ec_types.h | 24 unsigned alive:1; /* does a corresponding key exist in stripes btree? */ member
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | smp.c | 390 goto alive ; in smp_boot_one_cpu() 398 alive: in smp_boot_one_cpu()
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_user_timeout_user-timeout-probe.pkt | 30 // First verify that the connection is alive:
|
| /linux-6.15/net/mpls/ |
| H A D | af_mpls.c | 240 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() 1492 u8 alive = 0; in mpls_ifdown() local 1546 alive++; in mpls_ifdown() 1563 u8 alive; in mpls_ifup() local 1572 alive = 0; in mpls_ifup() 1577 alive++; in mpls_ifup() [all …]
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | gang.c | 28 gang->alive = 1; in alloc_spu_gang()
|
| H A D | inode.c | 213 dead = !--gang->alive; in unuse_gang() 444 if (!gang->alive) in spufs_create_context() 446 gang->alive++; in spufs_create_context() 484 gang->alive--; // can't reach 0 in spufs_create_context()
|
| /linux-6.15/Documentation/networking/ |
| H A D | skbuff.rst | 19 to keep a struct sk_buff alive. skbs with a ``sk_buff.users != 1`` are referred
|
| /linux-6.15/Documentation/devicetree/bindings/leds/ |
| H A D | ti,tlc59116.yaml | 85 label = "wrt1900ac:green:alive";
|
| /linux-6.15/Documentation/devicetree/bindings/power/reset/ |
| H A D | ltc2952-poweroff.txt | 18 trigger function is ignored and the chip is kept alive
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | samsung,exynos2200-cmu.yaml | 33 - samsung,exynos2200-cmu-alive 70 const: samsung,exynos2200-cmu-alive
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-context-info-gen3.h | 311 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
|
| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | n_gsm.rst | 73 /* use keep-alive once every 5s for modem connection supervision */ 163 /* use keep-alive once every 5s for peer connection supervision */
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | smp.c | 381 goto alive; in smp_boot_one_cpu() 391 alive: in smp_boot_one_cpu()
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 7 are still alive because they are open. In case of crash the filesystem has to
|