Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 113 of 113) sorted by relevance

/linux-4.1.27/drivers/lguest/
Dlguest_user.c126 if (lg->dead) { in read()
130 if (IS_ERR(lg->dead)) in read()
131 return PTR_ERR(lg->dead); in read()
134 len = min(size, strlen(lg->dead)+1); in read()
135 if (copy_to_user(user, lg->dead, len) != 0) in read()
322 if (lg->dead) in write()
392 if (!IS_ERR(lg->dead)) in close()
393 kfree(lg->dead); in close()
Dlg.h111 const char *dead; member
249 if (!(cpu)->lg->dead) { \
250 (cpu)->lg->dead = kasprintf(GFP_ATOMIC, fmt); \
251 if (!(cpu)->lg->dead) \
252 (cpu)->lg->dead = ERR_PTR(-ENOMEM); \
Dcore.c220 while (!cpu->lg->dead) { in run_guest()
260 if (cpu->lg->dead) in run_guest()
297 if (cpu->lg->dead == ERR_PTR(-ERESTART)) in run_guest()
Dhypercalls.c72 cpu->lg->dead = ERR_PTR(-ERESTART); in do_hcall()
/linux-4.1.27/drivers/input/serio/
Dserio_raw.c42 bool dead; member
93 if (serio_raw->dead) { in serio_raw_open()
170 if (serio_raw->dead) in serio_raw_read()
192 serio_raw->dead); in serio_raw_read()
213 if (serio_raw->dead) { in serio_raw_write()
250 mask = serio_raw->dead ? POLLHUP | POLLERR : POLLOUT | POLLWRNORM; in serio_raw_poll()
401 serio_raw->dead = true; in serio_raw_disconnect()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-spear.c147 int dead = 0; in sdhci_remove() local
152 dead = 1; in sdhci_remove()
154 sdhci_remove_host(host, dead); in sdhci_remove()
Dsdhci-pltfm.c227 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_pltfm_unregister() local
229 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
Dsdhci-acpi.c393 int dead; in sdhci_acpi_remove() local
404 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
405 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
Dsdhci-pci.c507 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument
509 if (dead) in jmicron_remove_slot()
1541 int dead; in sdhci_pci_remove_slot() local
1546 dead = 0; in sdhci_pci_remove_slot()
1549 dead = 1; in sdhci_pci_remove_slot()
1551 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()
1557 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
Dsdhci-msm.c569 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_msm_remove() local
572 sdhci_remove_host(host, dead); in sdhci_msm_remove()
Dsdhci.h641 extern void sdhci_remove_host(struct sdhci_host *host, int dead);
Dsdhci-esdhc-imx.c1120 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_esdhc_imx_remove() local
1126 sdhci_remove_host(host, dead); in sdhci_esdhc_imx_remove()
Dsdhci.c3480 void sdhci_remove_host(struct sdhci_host *host, int dead) in sdhci_remove_host() argument
3485 if (dead) { in sdhci_remove_host()
3509 if (!dead) in sdhci_remove_host()
/linux-4.1.27/tools/perf/util/
Dthread.h27 bool dead; /* if set thread has exited */ member
56 thread->dead = true; in thread__exited()
/linux-4.1.27/kernel/
Daudit_tree.c27 int dead; member
235 if (chunk->dead || !entry->inode) { in untag_chunk()
245 chunk->dead = 1; in untag_chunk()
267 chunk->dead = 1; in untag_chunk()
334 chunk->dead = 1; in create_chunk()
413 chunk->dead = 1; in tag_chunk()
440 old->dead = 1; in tag_chunk()
916 if (chunk->dead) in evict_chunk()
919 chunk->dead = 1; in evict_chunk()
Dptrace.c457 bool dead; in __ptrace_detach() local
464 dead = !thread_group_leader(p); in __ptrace_detach()
466 if (!dead && thread_group_empty(p)) { in __ptrace_detach()
468 dead = do_notify_parent(p, p->exit_signal); in __ptrace_detach()
471 dead = true; in __ptrace_detach()
475 if (dead) in __ptrace_detach()
477 return dead; in __ptrace_detach()
512 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace() argument
521 list_add(&p->ptrace_entry, dead); in exit_ptrace()
Dexit.c523 struct list_head *dead) in reparent_leader() argument
536 list_add(&p->ptrace_entry, dead); in reparent_leader()
552 struct list_head *dead) in forget_original_parent() argument
557 exit_ptrace(father, dead); in forget_original_parent()
580 reparent_leader(father, p, dead); in forget_original_parent()
593 LIST_HEAD(dead); in exit_notify()
596 forget_original_parent(tsk, &dead); in exit_notify()
616 list_add(&tsk->ptrace_entry, &dead); in exit_notify()
623 list_for_each_entry_safe(p, n, &dead, ptrace_entry) { in exit_notify()
/linux-4.1.27/net/sctp/
Dendpointola.c118 ep->base.dead = false; in sctp_endpoint_init()
231 ep->base.dead = true; in sctp_endpoint_free()
246 if (unlikely(!ep->base.dead)) { in sctp_endpoint_destroy()
420 if (ep->base.dead) in sctp_endpoint_bh_rcv()
Dinqueue.c82 if (chunk->rcvr->dead) { in sctp_inq_push()
Dproc.c168 if (transport->dead) in sctp_seq_dump_remote_addrs()
458 if (tsp->dead) in sctp_remaddr_seq_show()
Dtransport.c135 transport->dead = 1; in sctp_transport_free()
172 if (unlikely(!transport->dead)) { in sctp_transport_destroy()
Dsm_sideeffect.c265 if (transport->dead) in sctp_generate_t3_rtx_event()
307 if (asoc->base.dead) in sctp_generate_timeout_event()
386 if (transport->dead) in sctp_generate_heartbeat_event()
426 if (asoc->base.dead) in sctp_generate_proto_unreach_event()
Dassociola.c347 asoc->base.dead = true; in sctp_association_free()
408 if (unlikely(!asoc->base.dead)) { in sctp_association_destroy()
1048 if (asoc->base.dead) in sctp_assoc_bh_rcv()
Dinput.c316 if (rcvr->dead) { in sctp_backlog_rcv()
Dsocket.c223 if (!asoc || (asoc->base.sk != sk) || asoc->base.dead) in sctp_id2assoc()
6859 if (asoc->base.dead) in sctp_wake_up_waiters()
6954 asoc->base.dead) in sctp_wait_for_sndbuf()
7061 asoc->base.dead) in sctp_wait_for_connect()
/linux-4.1.27/drivers/usb/host/
Duhci-hcd.c156 uhci->dead = 1; in uhci_hc_died()
358 if (uhci->dead) in suspend_rh()
421 if (uhci->dead) in wakeup_rh()
712 if (HCD_HW_ACCESSIBLE(hcd) && !uhci->dead) in uhci_stop()
731 else if (uhci->dead) in uhci_rh_suspend()
758 else if (!uhci->dead) in uhci_rh_resume()
Duhci-hub.c194 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_status_data()
252 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_control()
Duhci-pci.c176 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_pci_suspend()
Duhci-hcd.h414 unsigned int dead:1; /* Controller has died */ member
Dehci-hcd.c708 goto dead; in ehci_irq()
813 dead: in ehci_irq()
Doxu210hp-hcd.c2453 goto dead; in oxu210_hcd_irq()
2522 dead: in oxu210_hcd_irq()
Dfusbh200-hcd.c5281 goto dead; in fusbh200_irq()
5373 dead: in fusbh200_irq()
Dfotg210-hcd.c5365 goto dead; in fotg210_irq()
5464 dead: in fotg210_irq()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_lblc.c113 bool dead; member
240 tbl->dead = 1; in ip_vs_lblc_flush()
372 tbl->dead = 0; in ip_vs_lblc_init_svc()
523 if (!tbl->dead) in ip_vs_lblc_schedule()
Dip_vs_lblcr.c283 bool dead; member
406 tbl->dead = 1; in ip_vs_lblcr_flush()
535 tbl->dead = 0; in ip_vs_lblcr_init_svc()
693 if (!tbl->dead) in ip_vs_lblcr_schedule()
708 if (!tbl->dead) in ip_vs_lblcr_schedule()
/linux-4.1.27/fs/nilfs2/
Ddat.c188 int dead) in nilfs_dat_commit_end() argument
199 if (!dead) { in nilfs_dat_commit_end()
249 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument
251 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
/linux-4.1.27/drivers/staging/octeon-usb/
DTODO7 - dead code elimination
/linux-4.1.27/drivers/staging/vt6655/
DTODO7 - remove dead code
/linux-4.1.27/arch/um/os-Linux/
Dumid.c137 int dead, fd, p, n, err; in is_umdir_used() local
146 dead = 0; in is_umdir_used()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c151 int dead = atomic_dec_and_test(&(*ref)->refcount); in nvkm_object_ref() local
153 if (dead) in nvkm_object_ref()
/linux-4.1.27/drivers/tty/
Dn_gsm.c151 int dead; /* Refuse re-open */ member
240 int dead; /* Has the mux been shut down */ member
1215 dlci->dead = 1; in gsm_control_message()
1216 gsm->dead = 1; in gsm_control_message()
1436 dlci->gsm->dead = 1; in gsm_dlci_close()
1784 if (dlci->dead) in gsm_queue()
2038 gsm->dead = 1; in gsm_cleanup_mux()
2062 dlci->dead = 1; in gsm_cleanup_mux()
2119 gsm->dead = 0; /* Tty opens are now permissible */ in gsm_activate_mux()
2193 gsm->dead = 1; /* Avoid early tty opens */ in gsm_alloc_mux()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.h50 int notify_ref, dead; member
Dnouveau_fence.c105 fctx->dead = 1; in nouveau_fence_context_del()
497 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
/linux-4.1.27/drivers/acpi/
Dacpi_ipmi.c56 bool dead; member
183 ipmi_device->dead = true; in __ipmi_dev_kill()
573 if (ipmi_device->dead) { in acpi_ipmi_space_handler()
/linux-4.1.27/net/decnet/
Ddn_fib.c708 int dead = 0; in dn_fib_sync_down() local
712 dead++; in dn_fib_sync_down()
720 dead++; in dn_fib_sync_down()
723 if (dead == fi->fib_nhs) { in dn_fib_sync_down()
/linux-4.1.27/net/ipv4/
Dfib_semantics.c1124 int dead; in fib_sync_down_dev() local
1130 dead = 0; in fib_sync_down_dev()
1133 dead++; in fib_sync_down_dev()
1143 dead++; in fib_sync_down_dev()
1147 dead = fi->fib_nhs; in fib_sync_down_dev()
1152 if (dead == fi->fib_nhs) { in fib_sync_down_dev()
Digmp.c1188 if (!in_dev->dead) { in igmp_group_dropped()
1217 if (in_dev->dead) in igmp_group_added()
1335 if (!in_dev->dead) in ip_mc_inc_group()
1393 if (!in_dev->dead) in ip_mc_dec_group()
Ddevinet.c226 if (!idev->dead) in in_dev_finish_destroy()
259 in_dev->dead = 1; in inetdev_init()
293 in_dev->dead = 1; in inetdev_destroy()
/linux-4.1.27/net/ipv6/
Daddrconf_core.c158 if (!idev->dead) { in in6_dev_finish_destroy()
Danycast.c252 if (idev->dead) { in __ipv6_dev_ac_inc()
Daddrconf.c442 ndev->dead = 1; in ipv6_add_dev()
845 if (idev->dead) { in ipv6_add_addr()
2051 if (idev->dead) in ipv6_regen_rndid()
3261 idev->dead = 1; in addrconf_ifdown()
3367 if (idev->dead || !(idev->if_flags & IF_READY)) in addrconf_rs_timer()
3537 if (idev->dead || !(idev->if_flags & IF_READY)) { in addrconf_dad_work()
4761 if (!idev->dead && (idev->if_flags & IF_READY) && in inet6_set_iftoken()
5079 if (likely(ifp->idev->dead == 0)) in ipv6_ifa_notify()
Dmcast.c272 if (idev->dead) { in ip6_mc_find_dev_rcu()
692 if (!mc->idev->dead) in igmp6_group_dropped()
867 if (idev->dead) { in ipv6_dev_mc_inc()
/linux-4.1.27/Documentation/networking/
Dxfrm_proc.txt72 Policy is dead
Dfib_trie.txt141 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.
Ddccp.txt153 side considers its connecting peer dead. Analogue of tcp_retries1.
Deql.txt159 dead slave and remove it from its queue) or use eql_emancipate to free
Drxrpc.txt913 The amount of time in seconds before we remove a dead call from the call
/linux-4.1.27/drivers/media/pci/pluto2/
Dpluto2.c121 unsigned int dead; member
342 if (pluto->dead == 0) in pluto_irq()
345 pluto->dead = 1; in pluto_irq()
/linux-4.1.27/include/net/
Dif_inet6.h191 int dead; member
Dneighbour.h78 int dead; member
148 __u8 dead; member
Dxfrm.h507 u8 dead; member
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c319 if (minfo->dead) in matrox_pan_var()
365 minfo->dead = 1; in matroxfb_remove()
394 if (minfo->dead) { in matroxfb_open()
415 if (!(--minfo->usecount) && minfo->dead) { in matroxfb_release()
745 if (minfo->dead) { in matroxfb_check_var()
764 if (minfo->dead) { in matroxfb_set_par()
888 if (minfo->dead) { in matroxfb_ioctl()
1186 if (minfo->dead) in matroxfb_blank()
2074 minfo->dead = 0; in matroxfb_probe()
Dmatroxfb_base.h363 int dead; member
Dmatroxfb_crtc2.c269 if (minfo->dead) { in matroxfb_dh_open()
/linux-4.1.27/net/core/
Dneighbour.c147 n->dead = 1; in neigh_forced_gc()
218 n->dead = 1; in neigh_flush_dev()
298 n->dead = 1; in neigh_alloc()
497 if (n->parms->dead) { in __neigh_create()
515 n->dead = 0; in __neigh_create()
685 if (!neigh->dead) { in neigh_destroy()
787 n->dead = 1; in neigh_periodic_work()
960 if (neigh->dead) in __neigh_event_send()
1088 if (neigh->dead) in neigh_update()
1239 if (neigh->dead) in __neigh_set_probe_once()
[all …]
/linux-4.1.27/fs/
Daio.c87 atomic_t dead; member
332 if (!atomic_read(&ctx->dead)) { in aio_ring_remap()
771 atomic_set(&ctx->dead, 1); in ioctx_alloc()
796 if (atomic_xchg(&ctx->dead, 1)) { in kill_ioctx()
1242 if (unlikely(atomic_read(&ctx->dead))) in aio_read_events()
/linux-4.1.27/include/linux/
Dptrace.h55 extern void exit_ptrace(struct task_struct *tracer, struct list_head *dead);
Dinetdevice.h26 int dead; member
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c88 int dead; /* unit/channel has been shut down */ member
433 if (pf->dead) in ppp_read()
526 if (pf->dead) in ppp_poll()
2345 pch->file.dead = 1; in ppp_unregister_channel()
2797 ppp->file.dead = 1; in ppp_shutdown_interface()
2813 if (!ppp->file.dead || ppp->n_channels) { in ppp_destroy_interface()
2817 ppp, ppp->file.dead, ppp->n_channels); in ppp_destroy_interface()
2962 if (!pch->file.dead) { in ppp_destroy_channel()
/linux-4.1.27/arch/arm/mach-omap2/
Dsram243x.S274 mov r4, #100 @ dead spin a bit
288 mov r0, #1000 @ dead spin a bit
Dsram242x.S274 mov r4, #100 @ dead spin a bit
288 mov r0, #1000 @ dead spin a bit
/linux-4.1.27/Documentation/
Datomic_ops.txt297 obj->dead = 1;
304 "1" to obj->dead will be globally visible to other cpus before the
309 to other cpus before the "obj->dead = 1;" assignment.
469 obj->dead = 1;
475 "obj->dead = 1;" is visible to cpus before the atomic memory operation
DDMA-ISA-LPC.txt7 controller. Even though ISA is more or less dead today the LPC bus
Dassoc_array.txt97 This is also used to keep track of dead blocks and dead objects after the
114 will then be passed to call_rcu() to free it and any dead stuff it points
Dcpu-hotplug.txt383 dead routine is called to be sure positively.
DCodingStyle542 Now, again, GNU indent has the same brain-dead settings that GNU emacs
Dmemory-barriers.txt1682 As an example, consider a piece of code that marks an object as being dead
1685 obj->dead = 1;
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960339 drives are offline or critical or any non-standby physical drives are dead.
377 Warning: make-online should only be used on a dead physical drive that is
379 should never be used on a dead drive that is part of a critical logical
380 drive; rebuild should be used if only a single drive is dead.
386 a dead drive was replaced after an automatic rebuild was performed onto a
394 <channel>:<target-id>. It should only be used when a dead drive has been
725 status. Once dead Physical Drive 1:2 has been replaced, the controller must be
/linux-4.1.27/net/xfrm/
Dxfrm_policy.c186 if (unlikely(xp->walk.dead)) in xfrm_policy_timer()
250 if (unlikely(pol->walk.dead)) in xfrm_policy_flo_get()
262 return !pol->walk.dead; in xfrm_policy_flo_check()
308 BUG_ON(!policy->walk.dead); in xfrm_policy_destroy()
332 policy->walk.dead = 1; in xfrm_policy_kill()
1017 if (x->dead) in xfrm_policy_walk()
1045 walk->walk.dead = 1; in xfrm_policy_walk_init()
2081 pol_dead |= pols[i]->walk.dead; in xfrm_bundle_lookup()
3227 if (unlikely(pol->walk.dead)) { in xfrm_policy_migrate()
Dxfrm_user.c1473 xp->walk.dead = 1; in xfrm_policy_construct()
2020 if (unlikely(xp->walk.dead)) in xfrm_add_pol_expire()
/linux-4.1.27/drivers/atm/
Dambassador.c563 if (test_bit (dead, &dev->flags)) in command_do()
633 if (test_bit (dead, &dev->flags)) in tx_give()
750 if (test_bit (dead, &dev->flags)) in drain_rx_pool()
788 if (test_bit (dead, &dev->flags)) in fill_rx_pool()
1317 if (test_bit (dead, &dev->flags)) in amb_send()
Dambassador.h537 dead enumerator
/linux-4.1.27/net/mac80211/
Dsta_info.h361 bool dead; member
Dsta_info.c268 if (sta->dead) in sta_deliver_ps_frames()
650 if (sta->dead) in __sta_info_recalc_tim()
695 if (local->ops->set_tim && !WARN_ON(sta->dead)) { in __sta_info_recalc_tim()
896 sta->dead = true; in __sta_info_destroy_part2()
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt90 pci_channel_io_perm_failure, /* PCI card is dead */
224 reset driver dead. (To be defined more precisely)
309 device will be considered "dead" in this case.
386 device is dead or has been isolated, there is a problem :)
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog4 * Removed dead code and fixed function protypes to match definitions.
/linux-4.1.27/include/net/sctp/
Dstructs.h759 __u32 dead:1, member
1161 bool dead; member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb71 dead beef 06
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt202 Idx 00 Set dead zone (0..2048)
Djoystick-api.txt86 don't read a 0 when the joystick is `dead', or if it doesn't span the
/linux-4.1.27/Documentation/locking/
Dspinlocks.txt136 don't block on each other (and thus there is no dead-lock wrt interrupts.
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt172 in-sync, 'a' = alive but not in-sync, 'D' = dead/failed.
/linux-4.1.27/Documentation/filesystems/
Dporting197 should be called on the inode to render it dead, and an appropriate error
436 The witch is dead! Well, 2/3 of it, anyway. ->d_revalidate() and
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmrecovery.c343 int dead; in dlm_is_node_dead() local
345 dead = !test_bit(node, dlm->domain_map); in dlm_is_node_dead()
347 return dead; in dlm_is_node_dead()
/linux-4.1.27/fs/ubifs/
Ddebug.c647 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local
653 dead = spc; in ubifs_dump_lprop()
664 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc407 dead code.
446 LPFC_SLI_ABORT_IMED, aka 0 - remove dead code.
734 fast-pathing the non-error case. Also removes tons of dead
792 * Integrated patch from Christoph Hellwig: remove dead
828 * Fixing missing static and removing dead code.
962 dead/redundant code, cleaned up badly and poorly written code,
975 removes dead code belonging to lpfc_build_scsi_cmnd() and its
DChangeLog.megaraid_sas519 … check in megasas_queue_command and dpc/isr routine to see if we have already declared adapter dead
551 i. Send stop adapter to FW & Dump pending FW cmds before declaring adapter dead.
DChangeLog.ncr53c8xx118 - Remove the dead code that broke driver 3.2d.
DChangeLog.1992-19971245 * scsi.h (SCSI_SLEEP): Remove brain dead hack to try to save
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt110 PCI hotplug tools to remove and replace the dead card.
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt221 ded=N Number of objects that reached the dead state
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt235 the beacon cache of dead devices].
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt511 ENXIO No such device: phy dead or ctl_addr == 0
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES706 Fix oops on write to dead tcp session. Remove error log write for case when file open
816 dead code. Remove excessive stack space utilization from
/linux-4.1.27/net/key/
Daf_key.c2298 xp->walk.dead = 1; in pfkey_spdadd()
3270 xp->walk.dead = 1; in pfkey_compile_policy()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg61 * in dead code. No warning is issued.
Daic79xx.reg90 * in dead code. No warning is issued.
Daic79xx.seq913 * 800ns dead time between command phase and the REQ
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt570 callback, @cgrp should be considered dead to the subsystem.
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt788 without users and with a dead originative process will be destroyed.
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt56 dead. However, this detection isn't perfect on some devices. In such
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1213 When your backchain reaches a dead end
2055 If you suspect your network device driver is dead
/linux-4.1.27/
DCREDITS3907 D: Linux News (electronic magazine, now dead), founder and former editor