Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/staging/gasket/
Dgasket_ioctl.c228 bool alive; in gasket_ioctl_check_permissions() local
232 alive = (gasket_dev->status == GASKET_STATUS_ALIVE); in gasket_ioctl_check_permissions()
233 if (!alive) in gasket_ioctl_check_permissions()
235 __func__, alive, gasket_dev->status); in gasket_ioctl_check_permissions()
252 return alive && write; in gasket_ioctl_check_permissions()
256 return alive && write; in gasket_ioctl_check_permissions()
260 return alive && write; in gasket_ioctl_check_permissions()
/Linux-v4.19/drivers/staging/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()
396 synth->alive = 0; in do_synth_init()
436 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.c194 synth->alive = 1; in spk_serial_synth_probe()
218 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_wait_for_xmitr()
221 in_synth->alive = 0; in spk_wait_for_xmitr()
283 if (in_synth->alive && spk_wait_for_xmitr(in_synth)) { in spk_serial_out()
Dspk_ttyio.c202 if (in_synth->alive && speakup_tty && speakup_tty->ops->write) { in spk_ttyio_out()
215 in_synth->alive = 0; in spk_ttyio_out()
252 spk_ttyio_synth->alive = 0; in check_tty()
341 synth->alive = 1; in spk_ttyio_synth_probe()
Dspeakup_soft.c173 if (synth_soft.alive) { in softsynth_open()
177 synth_soft.alive = 1; in softsynth_open()
187 synth_soft.alive = 0; in softsynth_close()
404 if (synth_soft.alive) in softsynth_is_alive()
Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
Dspeakup_acntsa.c125 synth->alive = !failed; in synth_probe()
Dspeakup_audptr.c152 synth->alive = !failed; in synth_probe()
Dspeakup_ltlk.c156 synth->alive = !failed; in synth_probe()
Dspk_types.h195 int alive; member
/Linux-v4.19/net/ipv4/
Dtcp_timer.c137 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument
142 if (sk->sk_err_soft && !alive) in tcp_orphan_retries()
148 if (retries == 0 && alive) in tcp_orphan_retries()
244 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local
246 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
247 do_reset = alive || in tcp_write_timeout()
370 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local
372 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
373 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/Linux-v4.19/sound/usb/line6/
Dpcm.c123 int alive; in line6_wait_clear_audio_urbs() local
126 alive = 0; in line6_wait_clear_audio_urbs()
129 alive++; in line6_wait_clear_audio_urbs()
131 if (!alive) in line6_wait_clear_audio_urbs()
136 if (alive) in line6_wait_clear_audio_urbs()
138 "timeout: still %d active urbs..\n", alive); in line6_wait_clear_audio_urbs()
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dcap11xx.txt72 alive@2 {
73 label = "cap11xx:green:alive";
/Linux-v4.19/drivers/net/wimax/i2400m/
Ddriver.c381 i2400m->alive = 1; in i2400m_dev_start()
443 i2400m->alive = 0; in i2400m_dev_stop()
629 if (i2400m->alive) { in __i2400m_dev_reset_handle()
669 if (i2400m->alive) { in __i2400m_dev_reset_handle()
821 i2400m->alive = 0; in i2400m_init()
/Linux-v4.19/drivers/pci/hotplug/
Dacpiphp_glue.c640 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
647 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
649 if (!alive) in trim_stale_devices()
650 alive = pci_device_is_present(dev); in trim_stale_devices()
652 if (!alive) { in trim_stale_devices()
/Linux-v4.19/arch/parisc/kernel/
Dsmp.c364 goto alive ; in smp_boot_one_cpu()
372 alive: in smp_boot_one_cpu()
/Linux-v4.19/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()
1446 u8 alive, deleted; in mpls_ifdown() local
1456 alive = 0; in mpls_ifdown()
1480 alive++; in mpls_ifdown()
1485 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifdown()
1498 u8 alive; in mpls_ifup() local
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/Linux-v4.19/sound/usb/
Dendpoint.c522 int alive; in wait_clear_urbs() local
525 alive = bitmap_weight(&ep->active_mask, ep->nurbs); in wait_clear_urbs()
526 if (!alive) in wait_clear_urbs()
532 if (alive) in wait_clear_urbs()
535 alive, ep->ep_num); in wait_clear_urbs()
/Linux-v4.19/net/decnet/
Ddn_fib.c749 int alive = 0; in dn_fib_sync_up() local
753 alive++; in dn_fib_sync_up()
760 alive++; in dn_fib_sync_up()
767 if (alive > 0) { in dn_fib_sync_up()
/Linux-v4.19/drivers/net/ethernet/ti/
Ddavinci_mdio.c68 u32 alive; member
172 phy_mask = __raw_readl(&data->regs->alive); in davinci_mdio_reset()
/Linux-v4.19/drivers/mmc/core/
Dcore.h31 int (*alive)(struct mmc_host *); member
/Linux-v4.19/arch/alpha/kernel/
Dsmp.c383 goto alive; in smp_boot_one_cpu()
393 alive: in smp_boot_one_cpu()

1234