Home
last modified time | relevance | path

Searched refs:dead (Results 151 - 175 of 350) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_client.c120 bool dead; in rxrpc_put_bundle() local
125 dead = __refcount_dec_and_test(&bundle->ref, &r); in rxrpc_put_bundle()
127 if (dead) in rxrpc_put_bundle()
708 * Clean up a dead client connection.
/third_party/mesa3d/src/freedreno/rnn/
H A Dheadergen2.c121 if (val->varinfo.dead) in printvalue()
229 if (bf->varinfo.dead) in printbitfield()
238 if (elem->varinfo.dead) in printdelem()
H A Drnn.h82 int dead; member
/kernel/linux/linux-5.10/drivers/base/
H A Dbase.h82 * @dead - This device is currently either in the process of or has been
98 u8 dead:1; member
/kernel/linux/linux-5.10/include/net/
H A Dipv6_frag.h71 if (READ_ONCE(fq->q.fqdir->dead)) in ip6frag_expire_frag_queue()
H A Dif_inet6.h194 int dead; member
H A Dneighbour.h79 int dead; member
150 __u8 dead; member
/kernel/linux/linux-6.6/include/net/
H A Dipv6_frag.h72 if (READ_ONCE(fq->q.fqdir->dead)) in ip6frag_expire_frag_queue()
/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.h120 Node* dead() const { return dead_; } in dead() function in v8::internal::compiler::final
H A Dgraph-reducer.h143 JSHeapBroker* broker, Node* dead = nullptr,
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-pci-core.c940 static void byt_remove_slot(struct sdhci_pci_slot *slot, int dead) in byt_remove_slot() argument
1519 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument
1521 if (dead) in jmicron_remove_slot()
2257 int dead; in sdhci_pci_remove_slot() local
2262 dead = 0; in sdhci_pci_remove_slot()
2265 dead = 1; in sdhci_pci_remove_slot()
2267 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()
2270 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
H A Dsdhci-acpi.c971 int dead; in sdhci_acpi_remove() local
982 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
983 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-pci-core.c882 static void byt_remove_slot(struct sdhci_pci_slot *slot, int dead) in byt_remove_slot() argument
1464 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument
1466 if (dead) in jmicron_remove_slot()
2155 int dead; in sdhci_pci_remove_slot() local
2158 dead = 0; in sdhci_pci_remove_slot()
2161 dead = 1; in sdhci_pci_remove_slot()
2163 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()
2166 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
H A Dsdhci-acpi.c924 int dead; in sdhci_acpi_remove() local
935 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
936 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
/third_party/curl/lib/
H A Dmulti.c519 if(multi->dead) { in curl_multi_add_handle()
520 /* a "dead" handle cannot get added transfers while any existing easy in curl_multi_add_handle()
525 multi->dead = FALSE; in curl_multi_add_handle()
1927 if(multi->dead) {
3021 multi->dead = TRUE;
3064 multi->dead = TRUE;
3125 /* This just marks the multi handle as "dead" without returning an
3128 multi->dead = TRUE;
3434 if(multi->dead) {
3485 if(!multi->timer_cb || multi->dead)
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dbase.h102 * @dead - This device is currently either in the process of or has been
118 u8 dead:1; member
H A Ddd.c783 if (dev->p->dead || !device_is_registered(dev)) in __driver_probe_device()
981 if (dev->p->dead || dev->driver) in __device_attach_async_helper()
1006 if (dev->p->dead) { in __device_attach()
/third_party/node/test/parallel/
H A Dtest-cluster-basic.js87 dead: false
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drtnetlink.sh108 ip -6 addr add dev "$vlandev" dead:42::1234/64
119 ip -6 addr del dev "$vlandev" dead:42::1234/64
320 ip addrlabel add prefix dead::/64 dev lo label 1
323 ip addrlabel list |grep -q "prefix dead::/64 dev lo label 1"
326 ip addrlabel del prefix dead::/64 dev lo label 1 2> /dev/null
329 ip addrlabel add prefix dead::/64 label 1 2> /dev/null
332 ip addrlabel del prefix dead::/64 label 1 2> /dev/null
1243 dstip6=dead::2
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c320 if (minfo->dead) in matrox_pan_var()
358 /* Currently we are holding big kernel lock on all dead & usecount updates. in matroxfb_remove()
366 minfo->dead = 1; in matroxfb_remove()
392 if (minfo->dead) { in matroxfb_open()
413 if (!(--minfo->usecount) && minfo->dead) { in matroxfb_release()
739 if (minfo->dead) { in matroxfb_check_var()
758 if (minfo->dead) { in matroxfb_set_par()
882 if (minfo->dead) { in matroxfb_ioctl()
1180 if (minfo->dead) in matroxfb_blank()
2077 minfo->dead in matroxfb_probe()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c321 if (minfo->dead) in matrox_pan_var()
359 /* Currently we are holding big kernel lock on all dead & usecount updates. in matroxfb_remove()
367 minfo->dead = 1; in matroxfb_remove()
393 if (minfo->dead) { in matroxfb_open()
414 if (!(--minfo->usecount) && minfo->dead) { in matroxfb_release()
740 if (minfo->dead) { in matroxfb_check_var()
759 if (minfo->dead) { in matroxfb_set_par()
883 if (minfo->dead) { in matroxfb_ioctl()
1181 if (minfo->dead) in matroxfb_blank()
2078 minfo->dead in matroxfb_probe()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c112 fctx->dead = 1; in nouveau_fence_context_del()
446 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c109 fctx->dead = 1; in nouveau_fence_context_del()
463 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-sbefifo.c125 bool dead; member
673 if (sbefifo->dead) in __sbefifo_submit()
1022 sbefifo->dead = true; in sbefifo_remove()
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-sbefifo.c127 bool dead; member
694 if (sbefifo->dead) in __sbefifo_submit()
1113 sbefifo->dead = true; in sbefifo_remove()

Completed in 38 milliseconds

12345678910>>...14