Home
last modified time | relevance | path

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

12345

/linux-3.4.99/drivers/lguest/
Dlguest_user.c222 if (lg->dead) { in read()
226 if (IS_ERR(lg->dead)) in read()
227 return PTR_ERR(lg->dead); in read()
230 len = min(size, strlen(lg->dead)+1); in read()
231 if (copy_to_user(user, lg->dead, len) != 0) in read()
426 if (lg->dead) in write()
490 if (!IS_ERR(lg->dead)) in close()
491 kfree(lg->dead); in close()
Dlg.h117 const char *dead; member
251 if (!(cpu)->lg->dead) { \
252 (cpu)->lg->dead = kasprintf(GFP_ATOMIC, fmt); \
253 if (!(cpu)->lg->dead) \
254 (cpu)->lg->dead = ERR_PTR(-ENOMEM); \
Dcore.c210 while (!cpu->lg->dead) { in run_guest()
259 if (cpu->lg->dead) in run_guest()
296 if (cpu->lg->dead == ERR_PTR(-ERESTART)) in run_guest()
Dhypercalls.c72 cpu->lg->dead = ERR_PTR(-ERESTART); in do_hcall()
/linux-3.4.99/drivers/input/serio/
Dserio_raw.c43 bool dead; member
94 if (serio_raw->dead) { in serio_raw_open()
170 if (serio_raw->dead) in serio_raw_read()
177 serio_raw->head != serio_raw->tail || serio_raw->dead); in serio_raw_read()
181 if (serio_raw->dead) in serio_raw_read()
208 if (serio_raw->dead) { in serio_raw_write()
241 mask = serio_raw->dead ? POLLHUP | POLLERR : POLLOUT | POLLWRNORM; in serio_raw_poll()
392 serio_raw->dead = true; in serio_raw_disconnect()
/linux-3.4.99/kernel/
Dptrace.c432 bool dead; in __ptrace_detach() local
439 dead = !thread_group_leader(p); in __ptrace_detach()
441 if (!dead && thread_group_empty(p)) { in __ptrace_detach()
443 dead = do_notify_parent(p, p->exit_signal); in __ptrace_detach()
446 dead = true; in __ptrace_detach()
450 if (dead) in __ptrace_detach()
452 return dead; in __ptrace_detach()
457 bool dead = false; in ptrace_detach() local
473 dead = __ptrace_detach(current, child); in ptrace_detach()
478 if (unlikely(dead)) in ptrace_detach()
Daudit_tree.c27 int dead; member
233 if (chunk->dead || !entry->i.inode) { in untag_chunk()
243 chunk->dead = 1; in untag_chunk()
265 chunk->dead = 1; in untag_chunk()
331 chunk->dead = 1; in create_chunk()
410 chunk->dead = 1; in tag_chunk()
438 old->dead = 1; in tag_chunk()
873 if (chunk->dead) in evict_chunk()
876 chunk->dead = 1; in evict_chunk()
/linux-3.4.99/drivers/mmc/host/
Dsdhci-spear.c244 int dead; in sdhci_remove() local
258 dead = 0; in sdhci_remove()
261 dead = 1; in sdhci_remove()
263 sdhci_remove_host(host, dead); in sdhci_remove()
Dsdhci-pltfm.c195 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_pltfm_unregister() local
197 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
Dsdhci-pci.c521 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument
523 if (dead) in jmicron_remove_slot()
1315 int dead; in sdhci_pci_remove_slot() local
1320 dead = 0; in sdhci_pci_remove_slot()
1323 dead = 1; in sdhci_pci_remove_slot()
1325 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()
1331 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
Dsdhci-tegra.c361 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_tegra_remove() local
363 sdhci_remove_host(host, dead); in sdhci_tegra_remove()
/linux-3.4.99/net/sctp/
Dendpointola.c123 ep->base.dead = 0; in sctp_endpoint_init()
238 ep->base.dead = 1; in sctp_endpoint_free()
253 SCTP_ASSERT(ep->base.dead, "Endpoint is not dead", return); in sctp_endpoint_destroy()
425 if (ep->base.dead) in sctp_endpoint_bh_rcv()
Dinqueue.c96 if (chunk->rcvr->dead) { in sctp_inq_push()
/linux-3.4.99/drivers/usb/host/
Duhci-hcd.c153 uhci->dead = 1; in uhci_hc_died()
355 if (uhci->dead) in suspend_rh()
418 if (uhci->dead) in wakeup_rh()
711 if (HCD_HW_ACCESSIBLE(hcd) && !uhci->dead) in uhci_stop()
730 else if (uhci->dead) in uhci_rh_suspend()
757 else if (!uhci->dead) in uhci_rh_resume()
Duhci-hub.c192 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_status_data()
250 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_control()
/linux-3.4.99/fs/nilfs2/
Ddat.c182 int dead) in nilfs_dat_commit_end() argument
193 if (!dead) { in nilfs_dat_commit_end()
243 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument
245 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
/linux-3.4.99/drivers/staging/vt6655/
DTODO7 - remove dead code
/linux-3.4.99/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-3.4.99/fs/
Daio.c320 ctx->dead = 1; in kill_ctx()
389 atomic_read(&ctx->users), ctx->dead, in exit_aio()
469 if (unlikely(!ctx->reqs_active && ctx->dead)) in kiocb_batch_free()
569 if (unlikely(!ctx->reqs_active && ctx->dead)) in really_put_req()
669 if (ctx->user_id == ctx_id && !ctx->dead && try_get_ioctx(ctx)){ in lookup_ioctx()
1213 if (unlikely(ctx->dead)) { in read_events()
1266 was_dead = ioctx->dead; in io_destroy()
1267 ioctx->dead = 1; in io_destroy()
1655 if (ctx->dead) { in io_submit_one()
/linux-3.4.99/drivers/tty/
Dn_gsm.c152 int dead; /* Refuse re-open */ member
240 int dead; /* Has the mux been shut down */ member
1216 dlci->dead = 1; in gsm_control_message()
1217 gsm->dead = 1; in gsm_control_message()
1441 dlci->gsm->dead = 1; in gsm_dlci_close()
1791 if (dlci->dead) in gsm_queue()
2045 gsm->dead = 1; in gsm_cleanup_mux()
2067 dlci->dead = 1; in gsm_cleanup_mux()
2125 gsm->dead = 0; /* Tty opens are now permissible */ in gsm_activate_mux()
2200 gsm->dead = 1; /* Avoid early tty opens */ in gsm_alloc_mux()
[all …]
/linux-3.4.99/net/ipv4/
Dfib_semantics.c1044 int dead; in fib_sync_down_dev() local
1050 dead = 0; in fib_sync_down_dev()
1053 dead++; in fib_sync_down_dev()
1063 dead++; in fib_sync_down_dev()
1067 dead = fi->fib_nhs; in fib_sync_down_dev()
1072 if (dead == fi->fib_nhs) { in fib_sync_down_dev()
/linux-3.4.99/net/decnet/
Ddn_fib.c688 int dead = 0; in dn_fib_sync_down() local
692 dead++; in dn_fib_sync_down()
700 dead++; in dn_fib_sync_down()
703 if (dead == fi->fib_nhs) { in dn_fib_sync_down()
/linux-3.4.99/include/net/
Dneighbour.h52 int dead; member
109 __u8 dead; member
/linux-3.4.99/Documentation/networking/
Dxfrm_proc.txt72 Policy is dead
/linux-3.4.99/drivers/media/dvb/pluto2/
Dpluto2.c121 unsigned int dead; member
342 if (pluto->dead == 0) in pluto_irq()
345 pluto->dead = 1; in pluto_irq()

12345