Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dsynth.c71 synth->alive = 1; in spk_serial_synth_probe()
173 synth->alive = 1; in spk_synth_is_alive_nop()
180 if (synth->alive) in spk_synth_is_alive_restart()
182 if (!synth->alive && spk_wait_for_xmitr() > 0) { in spk_synth_is_alive_restart()
184 synth->alive = 1; in spk_synth_is_alive_restart()
204 if (!synth->alive) { in synth_start()
221 if (synth->alive) { in spk_do_flush()
283 if (synth->alive) { in synth_insert_next_index()
388 synth->alive = 0; in do_synth_init()
428 synth->alive = 0; in synth_release()
Dthread.c33 (synth && synth->catch_up && synth->alive && in speakup_thread()
49 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
Dserialio.c154 if ((synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_wait_for_xmitr()
157 synth->alive = 0; in spk_wait_for_xmitr()
218 if (synth->alive && spk_wait_for_xmitr()) { in spk_serial_out()
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()
345 if (synth_soft.alive) in softsynth_is_alive()
Dbuffers.c64 if (!synth->alive) { in synth_buffer_add()
Dspeakup_acntsa.c136 synth->alive = !failed; in synth_probe()
Dspk_types.h180 int alive; member
Dspeakup_ltlk.c168 synth->alive = !failed; in synth_probe()
Dspeakup_audptr.c170 synth->alive = !failed; in synth_probe()
Dspeakup_acntpc.c304 synth->alive = 1; in synth_probe()
Dspeakup_keypc.c305 synth->alive = 1; in synth_probe()
Dspeakup_dtlk.c374 synth->alive = 1; in synth_probe()
Dspeakup_decpc.c482 synth->alive = 1; in synth_probe()
Dspkguide.txt987 "I'm alive", "leaving help", "parked", "unparked", and others.
/linux-4.4.14/net/ipv4/
Dtcp_timer.c86 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument
91 if (sk->sk_err_soft && !alive) in tcp_orphan_retries()
97 if (retries == 0 && alive) in tcp_orphan_retries()
199 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local
201 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
202 do_reset = alive || in tcp_write_timeout()
313 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local
315 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
316 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
Dfib_semantics.c1529 int alive; in fib_sync_up() local
1536 alive = 0; in fib_sync_up()
1539 alive++; in fib_sync_up()
1548 alive++; in fib_sync_up()
1552 if (alive > 0) { in fib_sync_up()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter.c99 lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive, in lnet_notify_locked() argument
111 (!lp->lp_alive) == (!alive)) { /* new date for old news */ in lnet_notify_locked()
119 lp->lp_alive = !(!alive); /* 1 bit! */ in lnet_notify_locked()
125 CDEBUG(D_NET, "set %s %d\n", libcfs_nid2str(lp->lp_nid), alive); in lnet_notify_locked()
131 int alive; in lnet_ni_notify_locked() local
144 alive = lp->lp_alive; in lnet_ni_notify_locked()
156 (ni->ni_lnd->lnd_notify)(ni, lp->lp_nid, alive); in lnet_ni_notify_locked()
543 lnet_nid_t *gateway, __u32 *alive, __u32 *priority) in lnet_get_route() argument
569 *alive = route->lr_gateway->lp_alive; in lnet_get_route()
1493 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) in lnet_notify() argument
[all …]
Drouter_proc.c243 int alive = route->lr_gateway->lp_alive; in proc_lnet_routes() local
249 alive ? "up" : "down", in proc_lnet_routes()
351 int alive = peer->lp_alive; in proc_lnet_routers() local
375 alive ? "up" : "down", last_ping, in proc_lnet_routers()
382 alive ? "up" : "down", last_ping, in proc_lnet_routers()
Dlib-move.c702 int alive; in lnet_peer_is_alive() local
716 alive = cfs_time_after(deadline, now); in lnet_peer_is_alive()
722 if (alive && !lp->lp_alive && in lnet_peer_is_alive()
726 return alive; in lnet_peer_is_alive()
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/linux-4.4.14/sound/usb/line6/
Dpcm.c124 int alive; in line6_wait_clear_audio_urbs() local
127 alive = 0; in line6_wait_clear_audio_urbs()
130 alive++; in line6_wait_clear_audio_urbs()
132 if (!alive) in line6_wait_clear_audio_urbs()
137 if (alive) in line6_wait_clear_audio_urbs()
139 "timeout: still %d active urbs..\n", alive); in line6_wait_clear_audio_urbs()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcap11xx.txt72 alive@2 {
73 label = "cap11xx:green:alive";
/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_glue.c635 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
642 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
644 if (!alive) in trim_stale_devices()
645 alive = pci_device_is_present(dev); in trim_stale_devices()
647 if (!alive) { in trim_stale_devices()
/linux-4.4.14/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()
Di2400m.h652 unsigned alive; member
/linux-4.4.14/arch/parisc/kernel/
Dsmp.c360 goto alive ; in smp_boot_one_cpu()
368 alive: in smp_boot_one_cpu()
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/linux-4.4.14/drivers/mmc/core/
Dcore.h28 int (*alive)(struct mmc_host *); member
Dsdio.c1054 .alive = mmc_sdio_alive,
Dsd.c1192 .alive = mmc_sd_alive,
Dmmc.c2001 .alive = mmc_alive,
Dcore.c2507 ret = host->bus_ops->alive(host); in _mmc_detect_card_removed()
/linux-4.4.14/sound/usb/
Dendpoint.c525 int alive; in wait_clear_urbs() local
528 alive = bitmap_weight(&ep->active_mask, ep->nurbs); in wait_clear_urbs()
529 if (!alive) in wait_clear_urbs()
535 if (alive) in wait_clear_urbs()
538 alive, ep->ep_num); in wait_clear_urbs()
/linux-4.4.14/net/decnet/
Ddn_fib.c741 int alive = 0; in dn_fib_sync_up() local
745 alive++; in dn_fib_sync_up()
752 alive++; in dn_fib_sync_up()
759 if (alive > 0) { in dn_fib_sync_up()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h436 int lnet_notify(lnet_ni_t *ni, lnet_nid_t peer, int alive, unsigned long when);
437 void lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive,
445 lnet_nid_t *gateway, __u32 *alive, __u32 *priority);
Dlib-types.h232 void (*lnd_notify)(struct lnet_ni *ni, lnet_nid_t peer, int alive);
/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_mdio.c63 u32 alive; member
156 phy_mask = __raw_readl(&data->regs->alive); in davinci_mdio_reset()
/linux-4.4.14/arch/alpha/kernel/
Dsmp.c382 goto alive; in smp_boot_one_cpu()
392 alive: in smp_boot_one_cpu()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dcontrolvmchannel.h60 u16 alive:1; /* Bit 2: Configure message sent to member
Dvisorchipset.c1040 if (state.alive == segment_state_running.alive && in device_epilog()
1049 else if (state.alive == segment_state_standby.alive && in device_epilog()
/linux-4.4.14/drivers/block/
Dcciss.h137 unsigned char alive; member
/linux-4.4.14/Documentation/scsi/
Dlpfc.txt39 to reappear or link come back alive, with no inadvertent side effects
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt20 /dev/watchdog special device file that userspace is still alive, at
193 WDIOF_KEEPALIVEPING Keep alive ping reply
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dinternal.h82 u32 alive; member
Drx.c1298 isr_stats->alive++; in iwl_pcie_irq_handler()
Dtrans.c2027 isr_stats->alive); in iwl_dbgfs_interrupt_read()
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt171 <health_chars> One char for each device, indicating: 'A' = alive and
172 in-sync, 'a' = alive but not in-sync, 'D' = dead/failed.
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1134 neigh->alive = jiffies; in ipoib_neigh_get()
1181 if (time_after(neigh_obsolete, neigh->alive)) { in __ipoib_reap_neigh()
1281 neigh->alive = jiffies; in ipoib_neigh_alloc()
1292 neigh->alive = jiffies; in ipoib_neigh_alloc()
Dipoib.h434 unsigned long alive; member
/linux-4.4.14/Documentation/x86/
Dearlyprintk.txt95 regular console is alive - use "earlyprintk=dbgp,keep" to keep
Dkernel-stacks10 These stacks contain useful data as long as a thread is alive or a
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h648 void ksocknal_notify(lnet_ni_t *ni, lnet_nid_t gw_nid, int alive);
Dsocklnd.c1761 ksocknal_notify(lnet_ni_t *ni, lnet_nid_t gw_nid, int alive) in ksocknal_notify() argument
1771 alive ? "up" : "down"); in ksocknal_notify()
1773 if (!alive) { in ksocknal_notify()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dcfg80211.c962 bool alive = (sta->status == wil_sta_connected); in wil_probe_client_handle() local
964 cfg80211_probe_status(ndev, sta->addr, req->cookie, alive, GFP_KERNEL); in wil_probe_client_handle()
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt1 Netdev features mess and how to get out from it alive
Dswitchdev.txt252 To keep an NTF_EXT_LEARNED entry "alive", the driver should refresh the FDB
Drxrpc.txt201 alive [TODO].
Dip-sysctl.txt472 This value influences the timeout of an alive TCP connection,
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt150 long as the app is alive, it can keep the LED illuminated, if it dies
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt24 leader - a process is deemed alive as long as it has any task belonging to it.
/linux-4.4.14/Documentation/filesystems/
Dporting238 is still alive, but only because of the mess in drivers/s390/block/dasd.c.
305 updated appropriately. generic_delete_inode() is also alive and it consists
/linux-4.4.14/Documentation/fb/
Dfbcon.txt240 won't get any display after detaching fbcon. Your machine is still alive, so
/linux-4.4.14/net/netfilter/ipvs/
DKconfig182 its server if the server is alive and under load. If the server is
/linux-4.4.14/Documentation/
Dsysrq.txt170 still be logged if syslogd/klogd are alive, though.)
/linux-4.4.14/arch/arm/boot/dts/
Dexynos4.dtsi122 pd_gps_alive: gps-alive-power-domain@10023D00 {
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Ddebug.c706 il->isr_stats.alive); in il_dbgfs_interrupt_read()
Dcommon.h1025 u32 alive; member
D3945-mac.c1471 il->isr_stats.alive++; in il3945_irq_tasklet()
D4965-mac.c4434 il->isr_stats.alive++; in il4965_irq_tasklet()
/linux-4.4.14/Documentation/RCU/
Dtrace.txt128 CPU is offline when it is really alive and kicking) is a fatal
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt421 has processes attached, or is held alive by other subsystem-specific
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db18 API-pid-alive
/linux-4.4.14/drivers/watchdog/
DKconfig1047 userspace is still alive, at regular intervals.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES679 but tcpip session still alive. Set proper timeout on socket read.
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS302 to use some special tricks (see later) to get a PnP card alive. Many PnP cards
/linux-4.4.14/
DMAINTAINERS11976 S: Buried alive in reporters