Home
last modified time | relevance | path

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

/linux-4.1.27/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.c153 if ((synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_wait_for_xmitr()
156 synth->alive = 0; in spk_wait_for_xmitr()
215 if (synth->alive && spk_wait_for_xmitr()) { in spk_serial_out()
Dspeakup_soft.c183 if (synth_soft.alive) { in softsynth_open()
187 synth_soft.alive = 1; in softsynth_open()
197 synth_soft.alive = 0; in softsynth_close()
344 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_keypc.c305 synth->alive = 1; in synth_probe()
Dspeakup_acntpc.c304 synth->alive = 1; in synth_probe()
Dspeakup_dtlk.c374 synth->alive = 1; in synth_probe()
Dspeakup_decpc.c481 synth->alive = 1; in synth_probe()
Dspkguide.txt987 "I'm alive", "leaving help", "parked", "unparked", and others.
/linux-4.1.27/net/ipv4/
Dtcp_timer.c86 static int tcp_orphan_retries(struct sock *sk, int 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 int 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 int 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.c1241 int alive; in fib_sync_up() local
1248 alive = 0; in fib_sync_up()
1251 alive++; in fib_sync_up()
1260 alive++; in fib_sync_up()
1267 if (alive > 0) { in fib_sync_up()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c110 lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive, in lnet_notify_locked() argument
122 (!lp->lp_alive) == (!alive)) { /* new date for old news */ in lnet_notify_locked()
130 lp->lp_alive = !(!alive); /* 1 bit! */ in lnet_notify_locked()
136 CDEBUG(D_NET, "set %s %d\n", libcfs_nid2str(lp->lp_nid), alive); in lnet_notify_locked()
142 int alive; in lnet_ni_notify_locked() local
155 alive = lp->lp_alive; in lnet_ni_notify_locked()
167 (ni->ni_lnd->lnd_notify)(ni, lp->lp_nid, alive); in lnet_ni_notify_locked()
555 lnet_nid_t *gateway, __u32 *alive, __u32 *priority) in lnet_get_route() argument
581 *alive = route->lr_gateway->lp_alive; in lnet_get_route()
1508 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) in lnet_notify() argument
[all …]
Drouter_proc.c258 int alive = route->lr_gateway->lp_alive; in proc_lnet_routes() local
264 alive ? "up" : "down", in proc_lnet_routes()
366 int alive = peer->lp_alive; in proc_lnet_routers() local
390 alive ? "up" : "down", last_ping, in proc_lnet_routers()
397 alive ? "up" : "down", last_ping, in proc_lnet_routers()
Dlib-move.c703 int alive; in lnet_peer_is_alive() local
717 alive = cfs_time_after(deadline, now); in lnet_peer_is_alive()
723 if (alive && !lp->lp_alive && in lnet_peer_is_alive()
727 return alive; in lnet_peer_is_alive()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c152 struct hlist_head *head, int alive) in find_capa() argument
155 int len = alive ? offsetof(struct lustre_capa, lc_keyid):sizeof(*capa); in find_capa()
161 if (alive && capa_is_to_expire(ocapa)) in find_capa()
225 int alive) in capa_lookup() argument
230 ocapa = find_capa(capa, hash + capa_hashfn(&capa->lc_fid), alive); in capa_lookup()
/linux-4.1.27/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.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolframework.h34 u16 alive:1; /* Bit 2: Configure message sent to member
/linux-4.1.27/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.1.27/arch/parisc/kernel/
Dsmp.c360 goto alive ; in smp_boot_one_cpu()
368 alive: in smp_boot_one_cpu()
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_glue.c635 bool alive = false; in trim_stale_devices() local
642 alive = (ACPI_SUCCESS(status) && device_status_valid(sta)) in trim_stale_devices()
645 if (!alive) in trim_stale_devices()
646 alive = pci_device_is_present(dev); in trim_stale_devices()
648 if (!alive) { in trim_stale_devices()
/linux-4.1.27/sound/usb/
Dendpoint.c502 int alive; in wait_clear_urbs() local
505 alive = bitmap_weight(&ep->active_mask, ep->nurbs); in wait_clear_urbs()
506 if (!alive) in wait_clear_urbs()
512 if (alive) in wait_clear_urbs()
515 alive, ep->ep_num); in wait_clear_urbs()
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/linux-4.1.27/drivers/mmc/core/
Dcore.h28 int (*alive)(struct mmc_host *); member
Dsdio.c1068 .alive = mmc_sdio_alive,
Dsd.c1225 .alive = mmc_sd_alive,
Dmmc.c1851 .alive = mmc_alive,
Dcore.c2390 ret = host->bus_ops->alive(host); in _mmc_detect_card_removed()
/linux-4.1.27/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.1.27/drivers/net/ethernet/ti/
Ddavinci_mdio.c63 u32 alive; member
156 phy_mask = __raw_readl(&data->regs->alive); in davinci_mdio_reset()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h647 int lnet_notify(lnet_ni_t *ni, lnet_nid_t peer, int alive, unsigned long when);
648 void lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive,
656 lnet_nid_t *gateway, __u32 *alive, __u32 *priority);
Dlib-types.h362 void (*lnd_notify)(struct lnet_ni *ni, lnet_nid_t peer, int alive);
/linux-4.1.27/arch/alpha/kernel/
Dsmp.c382 goto alive; in smp_boot_one_cpu()
392 alive: in smp_boot_one_cpu()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h188 struct lustre_capa *capa, int alive);
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c978 if (state.alive == segment_state_running.alive && in device_epilog()
988 else if (state.alive == segment_state_standby.alive && in device_epilog()
999 } else if (state.alive == segment_state_paused.alive && in device_epilog()
/linux-4.1.27/drivers/block/
Dcciss.h137 unsigned char alive; member
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt39 to reappear or link come back alive, with no inadvertent side effects
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/iwlwifi/pcie/
Dinternal.h67 u32 alive; member
Drx.c988 isr_stats->alive++; in iwl_pcie_irq_handler()
Dtrans.c1907 isr_stats->alive); in iwl_dbgfs_interrupt_read()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c906 neigh->alive = jiffies; in ipoib_neigh_get()
950 if (time_after(neigh_obsolete, neigh->alive)) { in __ipoib_reap_neigh()
1033 neigh->alive = jiffies; in ipoib_neigh_alloc()
1044 neigh->alive = jiffies; in ipoib_neigh_alloc()
Dipoib.h435 unsigned long alive; member
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks7 These stacks contain useful data as long as a thread is alive or a
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c849 bool alive = (sta->status == wil_sta_connected); in wil_probe_client_handle() local
851 cfg80211_probe_status(ndev, sta->addr, req->cookie, alive, GFP_KERNEL); in wil_probe_client_handle()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h549 extern 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.1.27/Documentation/x86/
Dearlyprintk.txt95 regular console is alive - use "earlyprintk=dbgp,keep" to keep
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt1 Netdev features mess and how to get out from it alive
Drxrpc.txt201 alive [TODO].
Dip-sysctl.txt446 This value influences the timeout of an alive TCP connection,
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt150 long as the app is alive, it can keep the LED illuminated, if it dies
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt24 leader - a process is deemed alive as long as it has any task belonging to it.
/linux-4.1.27/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.1.27/net/netfilter/ipvs/
DKconfig171 its server if the server is alive and under load. If the server is
/linux-4.1.27/Documentation/fb/
Dfbcon.txt240 won't get any display after detaching fbcon. Your machine is still alive, so
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4.dtsi123 pd_gps_alive: gps-alive-power-domain@10023D00 {
/linux-4.1.27/Documentation/
Dsysrq.txt168 still be logged if syslogd/klogd are alive, though.)
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Ddebug.c710 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.1.27/Documentation/RCU/
Dtrace.txt128 CPU is offline when it is really alive and kicking) is a fatal
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt421 has processes attached, or is held alive by other subsystem-specific
/linux-4.1.27/drivers/watchdog/
DKconfig981 userspace is still alive, at regular intervals.
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES679 but tcpip session still alive. Set proper timeout on socket read.
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS302 to use some special tricks (see later) to get a PnP card alive. Many PnP cards
/linux-4.1.27/
DMAINTAINERS11105 S: Buried alive in reporters