/linux-4.4.14/drivers/staging/speakup/ |
D | synth.c | 71 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()
|
D | thread.c | 33 (synth && synth->catch_up && synth->alive && in speakup_thread() 49 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
|
D | serialio.c | 154 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()
|
D | speakup_soft.c | 184 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()
|
D | buffers.c | 64 if (!synth->alive) { in synth_buffer_add()
|
D | speakup_acntsa.c | 136 synth->alive = !failed; in synth_probe()
|
D | spk_types.h | 180 int alive; member
|
D | speakup_ltlk.c | 168 synth->alive = !failed; in synth_probe()
|
D | speakup_audptr.c | 170 synth->alive = !failed; in synth_probe()
|
D | speakup_acntpc.c | 304 synth->alive = 1; in synth_probe()
|
D | speakup_keypc.c | 305 synth->alive = 1; in synth_probe()
|
D | speakup_dtlk.c | 374 synth->alive = 1; in synth_probe()
|
D | speakup_decpc.c | 482 synth->alive = 1; in synth_probe()
|
D | spkguide.txt | 987 "I'm alive", "leaving help", "parked", "unparked", and others.
|
/linux-4.4.14/net/ipv4/ |
D | tcp_timer.c | 86 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()
|
D | fib_semantics.c | 1529 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/ |
D | router.c | 99 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 …]
|
D | router_proc.c | 243 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()
|
D | lib-move.c | 702 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/ |
D | leds-tlc591xx.txt | 35 alive@9 { 36 label = "wrt1900ac:green:alive";
|
/linux-4.4.14/sound/usb/line6/ |
D | pcm.c | 124 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/ |
D | cap11xx.txt | 72 alive@2 { 73 label = "cap11xx:green:alive";
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 635 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/ |
D | driver.c | 381 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()
|
D | i2400m.h | 652 unsigned alive; member
|
/linux-4.4.14/arch/parisc/kernel/ |
D | smp.c | 360 goto alive ; in smp_boot_one_cpu() 368 alive: in smp_boot_one_cpu()
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | ltc2952-poweroff.txt | 18 trigger function is ignored and the chip is kept alive
|
/linux-4.4.14/drivers/mmc/core/ |
D | core.h | 28 int (*alive)(struct mmc_host *); member
|
D | sdio.c | 1054 .alive = mmc_sdio_alive,
|
D | sd.c | 1192 .alive = mmc_sd_alive,
|
D | mmc.c | 2001 .alive = mmc_alive,
|
D | core.c | 2507 ret = host->bus_ops->alive(host); in _mmc_detect_card_removed()
|
/linux-4.4.14/sound/usb/ |
D | endpoint.c | 525 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/ |
D | dn_fib.c | 741 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/ |
D | lib-lnet.h | 436 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);
|
D | lib-types.h | 232 void (*lnd_notify)(struct lnet_ni *ni, lnet_nid_t peer, int alive);
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_mdio.c | 63 u32 alive; member 156 phy_mask = __raw_readl(&data->regs->alive); in davinci_mdio_reset()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | smp.c | 382 goto alive; in smp_boot_one_cpu() 392 alive: in smp_boot_one_cpu()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | controlvmchannel.h | 60 u16 alive:1; /* Bit 2: Configure message sent to member
|
D | visorchipset.c | 1040 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/ |
D | cciss.h | 137 unsigned char alive; member
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 39 to reappear or link come back alive, with no inadvertent side effects
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 20 /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/ |
D | internal.h | 82 u32 alive; member
|
D | rx.c | 1298 isr_stats->alive++; in iwl_pcie_irq_handler()
|
D | trans.c | 2027 isr_stats->alive); in iwl_dbgfs_interrupt_read()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 171 <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/ |
D | ipoib_main.c | 1134 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()
|
D | ipoib.h | 434 unsigned long alive; member
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 95 regular console is alive - use "earlyprintk=dbgp,keep" to keep
|
D | kernel-stacks | 10 These stacks contain useful data as long as a thread is alive or a
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.h | 648 void ksocknal_notify(lnet_ni_t *ni, lnet_nid_t gw_nid, int alive);
|
D | socklnd.c | 1761 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/ |
D | cfg80211.c | 962 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/ |
D | netdev-features.txt | 1 Netdev features mess and how to get out from it alive
|
D | switchdev.txt | 252 To keep an NTF_EXT_LEARNED entry "alive", the driver should refresh the FDB
|
D | rxrpc.txt | 201 alive [TODO].
|
D | ip-sysctl.txt | 472 This value influences the timeout of an alive TCP connection,
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 150 long as the app is alive, it can keep the LED illuminated, if it dies
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 24 leader - a process is deemed alive as long as it has any task belonging to it.
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 238 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/ |
D | fbcon.txt | 240 won't get any display after detaching fbcon. Your machine is still alive, so
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 182 its server if the server is alive and under load. If the server is
|
/linux-4.4.14/Documentation/ |
D | sysrq.txt | 170 still be logged if syslogd/klogd are alive, though.)
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos4.dtsi | 122 pd_gps_alive: gps-alive-power-domain@10023D00 {
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | debug.c | 706 il->isr_stats.alive); in il_dbgfs_interrupt_read()
|
D | common.h | 1025 u32 alive; member
|
D | 3945-mac.c | 1471 il->isr_stats.alive++; in il3945_irq_tasklet()
|
D | 4965-mac.c | 4434 il->isr_stats.alive++; in il4965_irq_tasklet()
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 128 CPU is offline when it is really alive and kicking) is a fatal
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 421 has processes attached, or is held alive by other subsystem-specific
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 18 API-pid-alive
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 1047 userspace is still alive, at regular intervals.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 679 but tcpip session still alive. Set proper timeout on socket read.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 302 to use some special tricks (see later) to get a PnP card alive. Many PnP cards
|
/linux-4.4.14/ |
D | MAINTAINERS | 11976 S: Buried alive in reporters
|