Searched refs:dying (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/ |
D | conntrack.h | 92 struct hlist_nulls_head dying; member
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | object.rst | 236 The object comes here if it is dying because of a lookup or creation 242 The object comes here if it is dying due to an error, because its parent 259 The object comes to one of these two states when dying once it is rid of 260 all its children, if it is dying because the netfs relinquished its 294 This is used to proceed from the dying state.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | pstore | 10 the dying moments. In the case of a panic the last part
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_state.c | 559 if (x->km.dying) in xfrm_timer_handler() 582 x->km.dying = warn; in xfrm_timer_handler() 1027 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 1028 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 1708 x1->km.dying = 0; in xfrm_state_update() 1754 if (!x->km.dying && in xfrm_state_check_expire() 1757 x->km.dying = 1; in xfrm_state_check_expire()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_ecache.c | 51 hlist_nulls_for_each_entry(h, n, &pcpu->dying, hnnode) { in ecache_work_evict_list()
|
D | nf_conntrack_core.c | 505 &pcpu->dying); in nf_ct_add_to_dying_list() 1140 goto dying; in __nf_conntrack_confirm() 1182 dying: in __nf_conntrack_confirm() 2714 INIT_HLIST_NULLS_HEAD(&pcpu->dying, DYING_NULLS_VAL); in nf_conntrack_init_net()
|
D | nf_conntrack_netlink.c | 1671 ctnetlink_dump_list(struct sk_buff *skb, struct netlink_callback *cb, bool dying) in ctnetlink_dump_list() argument 1696 list = dying ? &pcpu->dying : &pcpu->unconfirmed; in ctnetlink_dump_list() 1718 ct, dying ? true : false, 0); in ctnetlink_dump_list()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
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-5.10/Documentation/powerpc/ |
D | eeh-pci-error-recovery.rst | 37 as PCI cards dying from heat, humidity, dust, vibration and bad
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | cgroup-v2.rst | 917 Total number of dying descendant cgroups. A cgroup becomes 918 dying after being deleted by a user. The cgroup will remain 919 in dying state for some time undefined time (which can depend 922 A process can't enter a dying cgroup under any circumstances, 923 a dying cgroup can't revive. 925 A dying cgroup can consume system resources not exceeding
|
D | kernel-parameters.txt | 1815 for working out where the kernel is dying during
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_ct.c | 49 bool dying; member
|
/kernel/linux/linux-5.10/include/net/ |
D | xfrm.h | 123 u8 dying; member
|
/kernel/linux/linux-5.10/net/key/ |
D | af_key.c | 846 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|