Home
last modified time | relevance | path

Searched refs:dead (Results 301 - 325 of 350) sorted by relevance

1...<<11121314

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-msm.c2550 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_msm_remove() local
2553 sdhci_remove_host(host, dead); in sdhci_msm_remove()
H A Dsdhci.c4838 void sdhci_remove_host(struct sdhci_host *host, int dead) in sdhci_remove_host() argument
4843 if (dead) { in sdhci_remove_host()
4863 if (!dead) in sdhci_remove_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-msm.c2676 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_msm_remove() local
2679 sdhci_remove_host(host, dead); in sdhci_msm_remove()
H A Dsdhci.c4881 void sdhci_remove_host(struct sdhci_host *host, int dead) in sdhci_remove_host() argument
4886 if (dead) { in sdhci_remove_host()
4906 if (!dead) in sdhci_remove_host()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dkeyboard.c672 * Handle dead key. Note that we now may have several
673 * dead keys modifying the same character. Very useful
931 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)");
/kernel/linux/linux-5.10/net/sctp/
H A Dinput.c301 /* If the rcvr is dead then the association or endpoint in sctp_backlog_rcv()
305 if (rcvr->dead) { in sctp_backlog_rcv()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h442 * @dead: set will be freed, never cleared
475 dead:1, member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1230 * dead - Do not attempt to use this object.
1233 bool dead; member
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h537 * @dead: set will be freed, never cleared
569 dead:1, member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1250 * dead - Do not attempt to use this object.
1253 bool dead; member
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dkeyboard.c698 * Handle dead key. Note that we now may have several
699 * dead keys modifying the same character. Very useful
957 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)");
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c798 if (n->nud_state & NUD_VALID && !n->dead) { in __prestera_k_arb_nc_kern_n_fetch()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1469 uint32 dead; member
/kernel/linux/linux-6.6/net/sctp/
H A Dinput.c286 /* If the rcvr is dead then the association or endpoint in sctp_backlog_rcv()
290 if (rcvr->dead) { in sctp_backlog_rcv()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dar-internal.h313 bool dead; member
/third_party/curl/lib/
H A Dsmtp.c96 struct connectdata *conn, bool dead);
H A Dimap.c92 struct connectdata *conn, bool dead);
H A Dopenldap.c104 struct connectdata *conn, bool dead);
H A Dpop3.c93 struct connectdata *conn, bool dead);
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c3105 * Require the device lock and set the "dead" flag to guarantee that in kill_device()
3113 if (dev->p->dead) in kill_device()
3115 dev->p->dead = true; in kill_device()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Doxu210hp-hcd.c2868 goto dead; in oxu210_hcd_irq()
2937 dead: in oxu210_hcd_irq()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c1698 xp->walk.dead = 1; in xfrm_policy_construct()
2372 if (unlikely(xp->walk.dead)) in xfrm_add_pol_expire()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c2748 if (t->dead) in show_thread_runtime()
2756 if (!t->dead) in show_deadthread_runtime()
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c3746 * Require the device lock and set the "dead" flag to guarantee that in kill_device()
3754 if (dev->p->dead) in kill_device()
3756 dev->p->dead = true; in kill_device()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Doxu210hp-hcd.c2869 goto dead; in oxu210_hcd_irq()
2938 dead: in oxu210_hcd_irq()

Completed in 83 milliseconds

1...<<11121314