/linux-4.1.27/drivers/lguest/ |
D | lguest_user.c | 126 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()
|
D | lg.h | 111 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); \
|
D | core.c | 220 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()
|
D | hypercalls.c | 72 cpu->lg->dead = ERR_PTR(-ERESTART); in do_hcall()
|
/linux-4.1.27/drivers/input/serio/ |
D | serio_raw.c | 42 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/ |
D | sdhci-spear.c | 147 int dead = 0; in sdhci_remove() local 152 dead = 1; in sdhci_remove() 154 sdhci_remove_host(host, dead); in sdhci_remove()
|
D | sdhci-pltfm.c | 227 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_pltfm_unregister() local 229 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
|
D | sdhci-acpi.c | 393 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()
|
D | sdhci-pci.c | 507 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()
|
D | sdhci-msm.c | 569 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_msm_remove() local 572 sdhci_remove_host(host, dead); in sdhci_msm_remove()
|
D | sdhci.h | 641 extern void sdhci_remove_host(struct sdhci_host *host, int dead);
|
D | sdhci-esdhc-imx.c | 1120 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()
|
D | sdhci.c | 3480 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/ |
D | thread.h | 27 bool dead; /* if set thread has exited */ member 56 thread->dead = true; in thread__exited()
|
/linux-4.1.27/kernel/ |
D | audit_tree.c | 27 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()
|
D | ptrace.c | 457 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()
|
D | exit.c | 523 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/ |
D | endpointola.c | 118 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()
|
D | inqueue.c | 82 if (chunk->rcvr->dead) { in sctp_inq_push()
|
D | proc.c | 168 if (transport->dead) in sctp_seq_dump_remote_addrs() 458 if (tsp->dead) in sctp_remaddr_seq_show()
|
D | transport.c | 135 transport->dead = 1; in sctp_transport_free() 172 if (unlikely(!transport->dead)) { in sctp_transport_destroy()
|
D | sm_sideeffect.c | 265 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()
|
D | associola.c | 347 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()
|
D | input.c | 316 if (rcvr->dead) { in sctp_backlog_rcv()
|
D | socket.c | 223 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/ |
D | uhci-hcd.c | 156 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()
|
D | uhci-hub.c | 194 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_status_data() 252 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_control()
|
D | uhci-pci.c | 176 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_pci_suspend()
|
D | uhci-hcd.h | 414 unsigned int dead:1; /* Controller has died */ member
|
D | ehci-hcd.c | 708 goto dead; in ehci_irq() 813 dead: in ehci_irq()
|
D | oxu210hp-hcd.c | 2453 goto dead; in oxu210_hcd_irq() 2522 dead: in oxu210_hcd_irq()
|
D | fusbh200-hcd.c | 5281 goto dead; in fusbh200_irq() 5373 dead: in fusbh200_irq()
|
D | fotg210-hcd.c | 5365 goto dead; in fotg210_irq() 5464 dead: in fotg210_irq()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_lblc.c | 113 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()
|
D | ip_vs_lblcr.c | 283 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/ |
D | dat.c | 188 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/ |
D | TODO | 7 - dead code elimination
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 7 - remove dead code
|
/linux-4.1.27/arch/um/os-Linux/ |
D | umid.c | 137 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/ |
D | object.c | 151 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/ |
D | n_gsm.c | 151 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/ |
D | nouveau_fence.h | 50 int notify_ref, dead; member
|
D | nouveau_fence.c | 105 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/ |
D | acpi_ipmi.c | 56 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/ |
D | dn_fib.c | 708 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/ |
D | fib_semantics.c | 1124 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()
|
D | igmp.c | 1188 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()
|
D | devinet.c | 226 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/ |
D | addrconf_core.c | 158 if (!idev->dead) { in in6_dev_finish_destroy()
|
D | anycast.c | 252 if (idev->dead) { in __ipv6_dev_ac_inc()
|
D | addrconf.c | 442 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()
|
D | mcast.c | 272 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/ |
D | xfrm_proc.txt | 72 Policy is dead
|
D | fib_trie.txt | 141 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.
|
D | dccp.txt | 153 side considers its connecting peer dead. Analogue of tcp_retries1.
|
D | eql.txt | 159 dead slave and remove it from its queue) or use eql_emancipate to free
|
D | rxrpc.txt | 913 The amount of time in seconds before we remove a dead call from the call
|
/linux-4.1.27/drivers/media/pci/pluto2/ |
D | pluto2.c | 121 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/ |
D | if_inet6.h | 191 int dead; member
|
D | neighbour.h | 78 int dead; member 148 __u8 dead; member
|
D | xfrm.h | 507 u8 dead; member
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 319 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()
|
D | matroxfb_base.h | 363 int dead; member
|
D | matroxfb_crtc2.c | 269 if (minfo->dead) { in matroxfb_dh_open()
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 147 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/ |
D | aio.c | 87 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/ |
D | ptrace.h | 55 extern void exit_ptrace(struct task_struct *tracer, struct list_head *dead);
|
D | inetdevice.h | 26 int dead; member
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 88 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/ |
D | sram243x.S | 274 mov r4, #100 @ dead spin a bit 288 mov r0, #1000 @ dead spin a bit
|
D | sram242x.S | 274 mov r4, #100 @ dead spin a bit 288 mov r0, #1000 @ dead spin a bit
|
/linux-4.1.27/Documentation/ |
D | atomic_ops.txt | 297 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
|
D | DMA-ISA-LPC.txt | 7 controller. Even though ISA is more or less dead today the LPC bus
|
D | assoc_array.txt | 97 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
|
D | cpu-hotplug.txt | 383 dead routine is called to be sure positively.
|
D | CodingStyle | 542 Now, again, GNU indent has the same brain-dead settings that GNU emacs
|
D | memory-barriers.txt | 1682 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/ |
D | README.DAC960 | 339 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/ |
D | xfrm_policy.c | 186 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()
|
D | xfrm_user.c | 1473 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/ |
D | ambassador.c | 563 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()
|
D | ambassador.h | 537 dead enumerator
|
/linux-4.1.27/net/mac80211/ |
D | sta_info.h | 361 bool dead; member
|
D | sta_info.c | 268 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/ |
D | pci-error-recovery.txt | 90 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/ |
D | ChangeLog | 4 * Removed dead code and fixed function protypes to match definitions.
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 759 __u32 dead:1, member 1161 bool dead; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 71 dead beef 06
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 202 Idx 00 Set dead zone (0..2048)
|
D | joystick-api.txt | 86 don't read a 0 when the joystick is `dead', or if it doesn't span the
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 136 don't block on each other (and thus there is no dead-lock wrt interrupts.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-raid.txt | 172 in-sync, 'a' = alive but not in-sync, 'D' = dead/failed.
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 197 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/ |
D | dlmrecovery.c | 343 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/ |
D | debug.c | 647 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/ |
D | ChangeLog.lpfc | 407 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
|
D | ChangeLog.megaraid_sas | 519 … 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.
|
D | ChangeLog.ncr53c8xx | 118 - Remove the dead code that broke driver 3.2d.
|
D | ChangeLog.1992-1997 | 1245 * scsi.h (SCSI_SLEEP): Remove brain dead hack to try to save
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 110 PCI hotplug tools to remove and replace the dead card.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 221 ded=N Number of objects that reached the dead state
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 235 the beacon cache of dead devices].
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 511 ENXIO No such device: phy dead or ctl_addr == 0
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 706 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/ |
D | af_key.c | 2298 xp->walk.dead = 1; in pfkey_spdadd() 3270 xp->walk.dead = 1; in pfkey_compile_policy()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 61 * in dead code. No warning is issued.
|
D | aic79xx.reg | 90 * in dead code. No warning is issued.
|
D | aic79xx.seq | 913 * 800ns dead time between command phase and the REQ
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 570 callback, @cgrp should be considered dead to the subsystem.
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 788 without users and with a dead originative process will be destroyed.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 56 dead. However, this detection isn't perfect on some devices. In such
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1213 When your backchain reaches a dead end 2055 If you suspect your network device driver is dead
|
/linux-4.1.27/ |
D | CREDITS | 3907 D: Linux News (electronic magazine, now dead), founder and former editor
|