/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | core.c | 564 init_completion(&rng->dying); in hwrng_register() 612 complete_all(&rng->dying); in hwrng_unregister() 685 return wait_for_completion_interruptible_timeout(&rng->dying, timeout); in hwrng_msleep() 691 return wait_for_completion_interruptible_timeout(&rng->dying, 1); in hwrng_yield()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hw_random.h | 53 struct completion dying; member
|
H A D | cpumask.h | 1054 set_cpu_dying(unsigned int cpu, bool dying) in set_cpu_dying() argument 1056 if (dying) in set_cpu_dying()
|
/kernel/linux/linux-5.10/include/net/netns/ |
H A D | conntrack.h | 92 struct hlist_nulls_head dying; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.h | 28 * @dying: set when egdev is going away, to skip further updates 55 bool dying; member
|
H A D | tc_encap_actions.c | 560 if (!neigh || neigh->dying) in efx_neigh_event() 728 neigh->dying = true; in efx_tc_unregister_egdev() 730 synchronize_rcu(); /* Make sure any updates see dying flag */ in efx_tc_unregister_egdev()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_state.c | 559 if (x->km.dying) in xfrm_timer_handler() 582 x->km.dying = warn; in xfrm_timer_handler() 1028 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 1029 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 1718 x1->km.dying = 0; in xfrm_state_update() 1764 if (!x->km.dying && in xfrm_state_check_expire() 1767 x->km.dying = 1; in xfrm_state_check_expire()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_state.c | 604 if (x->km.dying) in xfrm_timer_handler() 627 x->km.dying = warn; in xfrm_timer_handler() 1119 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 1120 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 1902 x1->km.dying = 0; in xfrm_state_update() 1950 if (!x->km.dying && in xfrm_state_check_expire() 1953 x->km.dying = 1; in xfrm_state_check_expire()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_ecache.c | 51 hlist_nulls_for_each_entry(h, n, &pcpu->dying, hnnode) { in ecache_work_evict_list() 59 * pcpu dying list and we hold the spinlock -- the entry in ecache_work_evict_list() 64 * from the dying list and needs the lock to do so. in ecache_work_evict_list()
|
H A D | nf_conntrack_core.c | 499 /* add this conntrack to the (per cpu) dying list */ in nf_ct_add_to_dying_list() 505 &pcpu->dying); in nf_ct_add_to_dying_list() 529 /* We overload first tuple to link into unconfirmed or dying list.*/ in nf_ct_del_from_dying_or_unconfirmed_list() 1140 goto dying; in __nf_conntrack_confirm() 1182 dying: in __nf_conntrack_confirm() 2323 * unconfirmed list as dying (so they will not be inserted into 2717 INIT_HLIST_NULLS_HEAD(&pcpu->dying, DYING_NULLS_VAL); in nf_conntrack_init_net()
|
H A D | nf_conntrack_netlink.c | 522 * pcpu dying list lock. 1658 ctnetlink_dump_list(struct sk_buff *skb, struct netlink_callback *cb, bool dying) in ctnetlink_dump_list() argument 1683 list = dying ? &pcpu->dying : &pcpu->unconfirmed; in ctnetlink_dump_list() 1699 * In the dying list case ct->ext can't be free'd in ctnetlink_dump_list() 1705 ct, dying ? true : false, 0); in ctnetlink_dump_list()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 1206 goto dying; in __nf_conntrack_confirm() 1218 goto dying; in __nf_conntrack_confirm() 1243 goto dying; in __nf_conntrack_confirm() 1283 dying: in __nf_conntrack_confirm() 2447 * unconfirmed list as dying (so they will not be inserted into
|
H A D | nf_conntrack_netlink.c | 538 * pcpu dying list lock. 1720 bool dying) in ctnetlink_dump_one_entry() 1741 * In the dying list case ct->ext can't be free'd in ctnetlink_dump_one_entry() 1747 ct, dying, 0); in ctnetlink_dump_one_entry() 1717 ctnetlink_dump_one_entry(struct sk_buff *skb, struct netlink_callback *cb, struct nf_conn *ct, bool dying) ctnetlink_dump_one_entry() argument
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sh_mmcif.c | 228 bool dying; member 1326 if (host->dying) in sh_mmcif_timeout_work() 1514 host->dying = true; in sh_mmcif_remove()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sh_mmcif.c | 227 bool dying; member 1327 if (host->dying) in sh_mmcif_timeout_work() 1515 host->dying = true; in sh_mmcif_remove()
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 155 bool dying; member 222 * usage count, used together with epitem->dying to 716 * If the dying flag is set, do the removal only if force is true. 736 if (epi->dying && !force) { in __ep_remove() 949 * Use the 'dying' flag to prevent a concurrent ep_clear_and_put() from in eventpoll_release_file() 957 epi->dying = true; in eventpoll_release_file()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ct.c | 49 bool dying; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 123 u8 dying; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 123 u8 dying; member
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 52 bool dying; member
|
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 846 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 842 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|