Home
last modified time | relevance | path

Searched refs:dead (Results 251 - 275 of 350) sorted by relevance

1...<<11121314

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp136 m_instr_flags.set(dead); in set_dead()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c2661 bool removing, bool dead);
2778 u8 nud_state, dead; in mlxsw_sp_router_neigh_event_work() local
2787 dead = n->dead; in mlxsw_sp_router_neigh_event_work()
2793 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_router_neigh_event_work()
2810 dead); in mlxsw_sp_router_neigh_event_work()
4181 u8 nud_state, dead; in mlxsw_sp_nexthop_dead_neigh_replace() local
4204 dead = n->dead; in mlxsw_sp_nexthop_dead_neigh_replace()
4206 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_nexthop_dead_neigh_replace()
4228 mlxsw_sp_nexthop_neigh_update(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_neigh_entry *neigh_entry, bool removing, bool dead) mlxsw_sp_nexthop_neigh_update() argument
4279 u8 nud_state, dead; mlxsw_sp_nexthop_neigh_init() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c67 INIT_LIST_HEAD(&threads->dead); in machine__threads_init()
232 * Forget about the dead, at this point whatever threads were in machine__exit()
233 * left in the dead lists better have a reference count taken in machine__exit()
236 * its not in the dead threads list and will not try to remove it in machine__exit()
239 list_for_each_entry_safe(thread, n, &threads->dead, node) in machine__exit()
1846 list_add_tail(&th->node, &threads->dead); in __machine__remove_thread()
1850 * then we will be touching the threads->dead head when removing the in __machine__remove_thread()
2947 list_for_each_entry(thread, &threads->dead, node) { in machine__for_each_thread()
/kernel/linux/linux-5.10/net/ipv4/
H A Digmp.c1276 /* clear dead sources, too */ in igmpv3_clear_delrec()
1314 if (!in_dev->dead) { in __igmp_group_dropped()
1354 if (in_dev->dead) in igmp_group_added()
1479 if (!in_dev->dead) in ____ip_mc_inc_group()
1694 if (!in_dev->dead) in __ip_mc_dec_group()
H A Ddevinet.c245 if (!idev->dead) in in_dev_finish_destroy()
278 in_dev->dead = 1; in inetdev_init()
313 in_dev->dead = 1; in inetdev_destroy()
362 if (in_dev->dead) in __inet_del_ifa()
H A Dinet_fragment.c205 * guaranteeing that if fqdir->dead is false then in inet_frag_kill()
209 if (!READ_ONCE(fqdir->dead)) { in inet_frag_kill()
H A Dip_fragment.c148 if (READ_ONCE(qp->q.fqdir->dead)) in ip_expire()
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.c308 if (sta->dead) in sta_deliver_ps_frames()
821 if (sta->dead) in __sta_info_recalc_tim()
866 if (local->ops->set_tim && !WARN_ON(sta->dead)) { in __sta_info_recalc_tim()
1081 sta->dead = true; in __sta_info_destroy_part2()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c255 if (!idev->dead) in in_dev_finish_destroy()
288 in_dev->dead = 1; in inetdev_init()
317 in_dev->dead = 1; in inetdev_destroy()
366 if (in_dev->dead) in __inet_del_ifa()
H A Digmp.c1276 /* clear dead sources, too */ in igmpv3_clear_delrec()
1314 if (!in_dev->dead) { in __igmp_group_dropped()
1354 if (in_dev->dead) in igmp_group_added()
1479 if (!in_dev->dead) in ____ip_mc_inc_group()
1694 if (!in_dev->dead) in __ip_mc_dec_group()
/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.c457 if (sta->dead) in sta_deliver_ps_frames()
1037 if (sta->dead) in __sta_info_recalc_tim()
1082 if (local->ops->set_tim && !WARN_ON(sta->dead)) { in __sta_info_recalc_tim()
1431 sta->dead = true; in __sta_info_destroy_part2()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c462 if (!(neigh->nud_state & NUD_VALID) || neigh->dead) { in nfp_tun_write_neigh_v4()
498 if (!(neigh->nud_state & NUD_VALID) || neigh->dead) { in nfp_tun_write_neigh_v6()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-hcd.c735 goto dead; in ehci_irq()
847 dead: in ehci_irq()
1161 return 0; /* Controller is dead */ in ehci_resume()
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_sideeffect.c288 /* Is this association really dead and just waiting around for in sctp_generate_timeout_event()
291 if (asoc->base.dead) in sctp_generate_timeout_event()
429 if (asoc->base.dead) in sctp_generate_proto_unreach_event()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_core.c1542 if (!test_and_set_bit(0, &tunnel->dead)) { in l2tp_tunnel_delete()
1552 if (test_and_set_bit(0, &session->dead)) in l2tp_session_delete()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c470 bool neigh_invalid = !(neigh->nud_state & NUD_VALID) || neigh->dead; in nfp_tun_write_neigh()
645 neigh_invalid = !(n->nud_state & NUD_VALID) || n->dead; in nfp_tun_neigh_update()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-hcd.c729 goto dead; in ehci_irq()
845 dead: in ehci_irq()
1179 return 0; /* Controller is dead */ in ehci_resume()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_core.c1540 if (!test_and_set_bit(0, &tunnel->dead)) { in l2tp_tunnel_delete()
1550 if (test_and_set_bit(0, &session->dead)) in l2tp_session_delete()
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_sideeffect.c288 /* Is this association really dead and just waiting around for in sctp_generate_timeout_event()
291 if (asoc->base.dead) in sctp_generate_timeout_event()
429 if (asoc->base.dead) in sctp_generate_proto_unreach_event()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c1695 int dead; in sdhci_esdhc_imx_remove() local
1698 dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_esdhc_imx_remove()
1702 sdhci_remove_host(host, dead); in sdhci_esdhc_imx_remove()
H A Dsdhci.h761 void sdhci_remove_host(struct sdhci_host *host, int dead);
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c1811 int dead; in sdhci_esdhc_imx_remove() local
1814 dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_esdhc_imx_remove()
1818 sdhci_remove_host(host, dead); in sdhci_esdhc_imx_remove()
H A Dsdhci.h771 void sdhci_remove_host(struct sdhci_host *host, int dead);
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c68 bool dead; /* query should be destroyed when its fence finishes */ member
519 * otherwise just mark dead and wait in zink_destroy_query()
522 p_atomic_set(&query->dead, true); in zink_destroy_query()
535 if (p_atomic_read(&query->dead)) in zink_prune_query()
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast.c313 if (idev->dead) in ip6_mc_find_dev_rtnl()
721 if (!mc->idev->dead) in igmp6_group_dropped()
827 /* clear dead sources, too */ in mld_clear_delrec()
920 if (idev->dead) { in __ipv6_dev_mc_inc()
1378 if (!idev || idev->dead) in igmp6_event_query()
1546 if (!idev || idev->dead) in igmp6_event_report()

Completed in 74 milliseconds

1...<<11121314