Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/power_supply/
Dmax17042_battery.txt18 - maxim,dead-volt : Voltage threshold to report battery
19 as dead (in mV).
/linux-4.4.14/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.c223 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_pltfm_unregister() local
225 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
Dsdhci-acpi.c432 int dead; in sdhci_acpi_remove() local
443 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
444 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
Dsdhci-pci-core.c601 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument
603 if (dead) in jmicron_remove_slot()
1753 int dead; in sdhci_pci_remove_slot() local
1758 dead = 0; in sdhci_pci_remove_slot()
1761 dead = 1; in sdhci_pci_remove_slot()
1763 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()
1769 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
Dsdhci-msm.c574 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_msm_remove() local
577 sdhci_remove_host(host, dead); in sdhci_msm_remove()
Dsdhci.h650 extern void sdhci_remove_host(struct sdhci_host *host, int dead);
Dsdhci-esdhc-imx.c1242 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_esdhc_imx_remove() local
1248 sdhci_remove_host(host, dead); in sdhci_esdhc_imx_remove()
Dsdhci.c3443 void sdhci_remove_host(struct sdhci_host *host, int dead) in sdhci_remove_host() argument
3448 if (dead) { in sdhci_remove_host()
3472 if (!dead) in sdhci_remove_host()
/linux-4.4.14/tools/perf/util/
Dthread.h29 bool dead; /* if set thread has exited */ member
57 thread->dead = true; in thread__exited()
/linux-4.4.14/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()
918 if (chunk->dead) in evict_chunk()
921 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()
Dcgroup.c2506 if (src_cset->dead) in cgroup_migrate_add_src()
5176 link->cset->dead = true; in cgroup_destroy_locked()
/linux-4.4.14/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()
6850 if (asoc->base.dead) in sctp_wake_up_waiters()
6945 asoc->base.dead) in sctp_wait_for_sndbuf()
7052 asoc->base.dead) in sctp_wait_for_connect()
/linux-4.4.14/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.c709 goto dead; in ehci_irq()
814 dead: in ehci_irq()
Doxu210hp-hcd.c2453 goto dead; in oxu210_hcd_irq()
2522 dead: in oxu210_hcd_irq()
Dfotg210-hcd.c5168 goto dead; in fotg210_irq()
5267 dead: in fotg210_irq()
/linux-4.4.14/fs/nilfs2/
Ddat.c186 int dead) in nilfs_dat_commit_end() argument
197 if (!dead) { in nilfs_dat_commit_end()
247 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument
249 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_lblc.c113 bool dead; member
240 tbl->dead = 1; in ip_vs_lblc_flush()
371 tbl->dead = 0; in ip_vs_lblc_init_svc()
522 if (!tbl->dead) in ip_vs_lblc_schedule()
Dip_vs_lblcr.c283 bool dead; member
406 tbl->dead = 1; in ip_vs_lblcr_flush()
534 tbl->dead = 0; in ip_vs_lblcr_init_svc()
692 if (!tbl->dead) in ip_vs_lblcr_schedule()
707 if (!tbl->dead) in ip_vs_lblcr_schedule()
/linux-4.4.14/drivers/staging/octeon-usb/
DTODO7 - dead code elimination
/linux-4.4.14/drivers/staging/vt6655/
DTODO7 - remove dead code
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.h50 int notify_ref, dead; member
Dnouveau_fence.c105 fctx->dead = 1; in nouveau_fence_context_del()
496 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
/linux-4.4.14/drivers/acpi/
Dacpi_ipmi.c52 bool dead; member
179 ipmi_device->dead = true; in __ipmi_dev_kill()
569 if (ipmi_device->dead) { in acpi_ipmi_space_handler()
/linux-4.4.14/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.4.14/net/ipv4/netfilter/
Dnf_nat_masquerade_ipv4.c119 if (idev->dead) in masq_inet_event()
/linux-4.4.14/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.4.14/net/ipv4/
Dfib_semantics.c1375 int dead; in fib_sync_down_dev() local
1381 dead = 0; in fib_sync_down_dev()
1384 dead++; in fib_sync_down_dev()
1396 dead++; in fib_sync_down_dev()
1401 dead = fi->fib_nhs; in fib_sync_down_dev()
1406 if (dead == fi->fib_nhs) { in fib_sync_down_dev()
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()
337 if (in_dev->dead) in __inet_del_ifa()
Dfib_frontend.c910 if (!in_dev->dead) in fib_del_ifaddr()
927 if (in_dev->dead) in fib_del_ifaddr()
Digmp.c1206 if (!in_dev->dead) { in igmp_group_dropped()
1237 if (in_dev->dead) in igmp_group_added()
1355 if (!in_dev->dead) in ip_mc_inc_group()
1581 if (!in_dev->dead) in ip_mc_dec_group()
/linux-4.4.14/net/ipv6/
Daddrconf_core.c167 if (!idev->dead) { in in6_dev_finish_destroy()
Danycast.c252 if (idev->dead) { in __ipv6_dev_ac_inc()
Daddrconf.c447 ndev->dead = 1; in ipv6_add_dev()
916 if (idev->dead) { in ipv6_add_addr()
2117 if (idev->dead) in ipv6_regen_rndid()
3344 idev->dead = 1; in addrconf_ifdown()
3450 if (idev->dead || !(idev->if_flags & IF_READY)) in addrconf_rs_timer()
3620 if (idev->dead || !(idev->if_flags & IF_READY)) { in addrconf_dad_work()
4859 if (!idev->dead && (idev->if_flags & IF_READY) && in inet6_set_iftoken()
5178 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.4.14/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.4.14/include/net/
Dif_inet6.h191 int dead; member
Dneighbour.h78 int dead; member
149 __u8 dead; member
Dxfrm.h509 u8 dead; member
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_base.c319 if (minfo->dead) in matrox_pan_var()
365 minfo->dead = 1; in matroxfb_remove()
391 if (minfo->dead) { in matroxfb_open()
412 if (!(--minfo->usecount) && minfo->dead) { in matroxfb_release()
738 if (minfo->dead) { in matroxfb_check_var()
757 if (minfo->dead) { in matroxfb_set_par()
881 if (minfo->dead) { in matroxfb_ioctl()
1179 if (minfo->dead) in matroxfb_blank()
2064 minfo->dead = 0; in matroxfb_probe()
Dmatroxfb_base.h343 int dead; member
Dmatroxfb_crtc2.c269 if (minfo->dead) { in matroxfb_dh_open()
/linux-4.4.14/net/core/
Dneighbour.c147 n->dead = 1; in neigh_forced_gc()
218 n->dead = 1; in neigh_flush_dev()
302 n->dead = 1; in neigh_alloc()
501 if (n->parms->dead) { in __neigh_create()
519 n->dead = 0; in __neigh_create()
689 if (!neigh->dead) { in neigh_destroy()
791 n->dead = 1; in neigh_periodic_work()
965 if (neigh->dead) in __neigh_event_send()
1093 if (neigh->dead) in neigh_update()
1246 if (neigh->dead) in __neigh_set_probe_once()
[all …]
/linux-4.4.14/fs/
Daio.c87 atomic_t dead; member
326 if (!atomic_read(&ctx->dead)) { in aio_ring_mremap()
780 atomic_set(&ctx->dead, 1); in ioctx_alloc()
805 if (atomic_xchg(&ctx->dead, 1)) { in kill_ioctx()
1251 if (unlikely(atomic_read(&ctx->dead))) in aio_read_events()
/linux-4.4.14/include/linux/
Dcgroup-defs.h220 bool dead; member
Dptrace.h56 extern void exit_ptrace(struct task_struct *tracer, struct list_head *dead);
Dinetdevice.h26 int dead; member
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c88 int dead; /* unit/channel has been shut down */ member
437 if (pf->dead) in ppp_read()
530 if (pf->dead) in ppp_poll()
1132 ppp->file.dead = 1; in ppp_dev_uninit()
2396 pch->file.dead = 1; in ppp_unregister_channel()
2840 if (!ppp->file.dead || ppp->n_channels) { in ppp_destroy_interface()
2844 ppp, ppp->file.dead, ppp->n_channels); in ppp_destroy_interface()
2989 if (!pch->file.dead) { in ppp_destroy_channel()
/linux-4.4.14/arch/arm/mach-omap2/
Dsram242x.S274 mov r4, #100 @ dead spin a bit
288 mov r0, #1000 @ dead spin a bit
Dsram243x.S274 mov r4, #100 @ dead spin a bit
288 mov r0, #1000 @ dead spin a bit
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt517 find dead code / features (always inactive), 114 dead features were found in
543 to find dead code, dead files, and dead symbols. If using a SAT solver is
/linux-4.4.14/Documentation/
Datomic_ops.txt299 obj->dead = 1;
306 "1" to obj->dead will be globally visible to other cpus before the
311 to other cpus before the "obj->dead = 1;" assignment.
471 obj->dead = 1;
477 "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.txt1690 As an example, consider a piece of code that marks an object as being dead
1693 obj->dead = 1;
/linux-4.4.14/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.4.14/net/xfrm/
Dxfrm_policy.c188 if (unlikely(xp->walk.dead)) in xfrm_policy_timer()
252 if (unlikely(pol->walk.dead)) in xfrm_policy_flo_get()
264 return !pol->walk.dead; in xfrm_policy_flo_check()
318 BUG_ON(!policy->walk.dead); in xfrm_policy_destroy()
333 policy->walk.dead = 1; in xfrm_policy_kill()
1020 if (x->dead) in xfrm_policy_walk()
1048 walk->walk.dead = 1; in xfrm_policy_walk_init()
2099 pol_dead |= pols[i]->walk.dead; in xfrm_bundle_lookup()
3248 if (unlikely(pol->walk.dead)) { in xfrm_policy_migrate()
Dxfrm_user.c1496 xp->walk.dead = 1; in xfrm_policy_construct()
2045 if (unlikely(xp->walk.dead)) in xfrm_add_pol_expire()
/linux-4.4.14/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.4.14/net/mac80211/
Dsta_info.h414 bool dead; member
Dsta_info.c272 if (sta->dead) in sta_deliver_ps_frames()
664 if (sta->dead) in __sta_info_recalc_tim()
709 if (local->ops->set_tim && !WARN_ON(sta->dead)) { in __sta_info_recalc_tim()
910 sta->dead = true; in __sta_info_destroy_part2()
/linux-4.4.14/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.4.14/arch/arm/nwfpe/
DChangeLog4 * Removed dead code and fixed function protypes to match definitions.
/linux-4.4.14/include/net/sctp/
Dstructs.h759 __u32 dead:1, member
1161 bool dead; member
/linux-4.4.14/Documentation/locking/
Dspinlocks.txt136 don't block on each other (and thus there is no dead-lock wrt interrupts.
/linux-4.4.14/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.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h2053 uint32 dead; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb91 dead beef 06
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/device-mapper/
Ddm-raid.txt172 in-sync, 'a' = alive but not in-sync, 'D' = dead/failed.
/linux-4.4.14/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.4.14/Documentation/powerpc/
Deeh-pci-error-recovery.txt110 PCI hotplug tools to remove and replace the dead card.
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt221 ded=N Number of objects that reached the dead state
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt235 the beacon cache of dead devices].
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt511 ENXIO No such device: phy dead or ctl_addr == 0
/linux-4.4.14/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.4.14/net/key/
Daf_key.c2299 xp->walk.dead = 1; in pfkey_spdadd()
3271 xp->walk.dead = 1; in pfkey_compile_policy()
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt570 callback, @cgrp should be considered dead to the subsystem.
/linux-4.4.14/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.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db533 API-mpt-remove-dead-ioc-func
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt800 without users and with a dead originative process will be destroyed.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt56 dead. However, this detection isn't perfect on some devices. In such
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1213 When your backchain reaches a dead end
2055 If you suspect your network device driver is dead
/linux-4.4.14/
DCREDITS3919 D: Linux News (electronic magazine, now dead), founder and former editor