/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-msm.c | 2550 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 D | sdhci.c | 4838 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 D | sdhci-msm.c | 2676 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 D | sdhci.c | 4881 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 D | keyboard.c | 672 * 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 D | input.c | 301 /* 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 D | nf_tables.h | 442 * @dead: set will be freed, never cleared 475 dead:1, member
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 1230 * dead - Do not attempt to use this object. 1233 bool dead; member
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_tables.h | 537 * @dead: set will be freed, never cleared 569 dead:1, member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 1250 * dead - Do not attempt to use this object. 1253 bool dead; member
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 698 * 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 D | prestera_router.c | 798 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 D | svga3d_cmd.h | 1469 uint32 dead; member
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 286 /* 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 D | ar-internal.h | 313 bool dead; member
|
/third_party/curl/lib/ |
H A D | smtp.c | 96 struct connectdata *conn, bool dead);
|
H A D | imap.c | 92 struct connectdata *conn, bool dead);
|
H A D | openldap.c | 104 struct connectdata *conn, bool dead);
|
H A D | pop3.c | 93 struct connectdata *conn, bool dead);
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | core.c | 3105 * 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 D | oxu210hp-hcd.c | 2868 goto dead; in oxu210_hcd_irq() 2937 dead: in oxu210_hcd_irq()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_user.c | 1698 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 D | builtin-sched.c | 2748 if (t->dead) in show_thread_runtime() 2756 if (!t->dead) in show_deadthread_runtime()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | core.c | 3746 * 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 D | oxu210hp-hcd.c | 2869 goto dead; in oxu210_hcd_irq() 2938 dead: in oxu210_hcd_irq()
|