Searched refs:dying (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/filesystems/caching/ |
A 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.
|
/linux/include/net/netns/ |
A D | conntrack.h | 99 struct hlist_nulls_head dying; member
|
/linux/Documentation/ABI/testing/ |
A D | pstore | 11 the dying moments. In the case of a panic the last part
|
/linux/include/linux/ |
A D | cpumask.h | 832 set_cpu_dying(unsigned int cpu, bool dying) in set_cpu_dying() argument 834 if (dying) in set_cpu_dying()
|
/linux/net/xfrm/ |
A D | xfrm_state.c | 580 if (x->km.dying) in xfrm_timer_handler() 603 x->km.dying = warn; in xfrm_timer_handler() 1052 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 1053 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 1741 x1->km.dying = 0; in xfrm_state_update() 1787 if (!x->km.dying && in xfrm_state_check_expire() 1790 x->km.dying = 1; in xfrm_state_check_expire()
|
/linux/net/netfilter/ |
A D | nf_conntrack_ecache.c | 51 hlist_nulls_for_each_entry(h, n, &pcpu->dying, hnnode) { in ecache_work_evict_list()
|
A D | nf_conntrack_core.c | 526 &pcpu->dying); in nf_ct_add_to_dying_list() 1196 goto dying; in __nf_conntrack_confirm() 1222 goto dying; in __nf_conntrack_confirm() 1252 dying: in __nf_conntrack_confirm() 2811 INIT_HLIST_NULLS_HEAD(&pcpu->dying, DYING_NULLS_VAL); in nf_conntrack_init_net()
|
A D | nf_conntrack_netlink.c | 1703 ctnetlink_dump_list(struct sk_buff *skb, struct netlink_callback *cb, bool dying) in ctnetlink_dump_list() argument 1728 list = dying ? &pcpu->dying : &pcpu->unconfirmed; in ctnetlink_dump_list() 1750 ct, dying ? true : false, 0); in ctnetlink_dump_list()
|
/linux/drivers/mmc/host/ |
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()
|
/linux/Documentation/process/ |
A D | maintainer-tip.rst | 151 When a CPU is dying, we cancel the worker and schedule a new worker on a 155 We modify the hot cpu handling to cancel the delayed work on the dying 165 When a CPU is dying, the overflow worker is canceled and rescheduled on a
|
/linux/Documentation/core-api/ |
A D | cpu_hotplug.rst | 423 dying For states in the STARTING section which do not provide 437 "RCU/tree:dying", "sched/waitempty"
|
/linux/Documentation/powerpc/ |
A D | eeh-pci-error-recovery.rst | 37 as PCI cards dying from heat, humidity, dust, vibration and bad
|
/linux/Documentation/admin-guide/ |
A D | cgroup-v2.rst | 919 Total number of dying descendant cgroups. A cgroup becomes 920 dying after being deleted by a user. The cgroup will remain 921 in dying state for some time undefined time (which can depend 924 A process can't enter a dying cgroup under any circumstances, 925 a dying cgroup can't revive. 927 A dying cgroup can consume system resources not exceeding
|
A D | kernel-parameters.txt | 1900 for working out where the kernel is dying during
|
/linux/net/sched/ |
A D | act_ct.c | 49 bool dying; member
|
/linux/include/net/ |
A D | xfrm.h | 123 u8 dying; member
|
/linux/net/key/ |
A D | af_key.c | 842 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|
Completed in 65 milliseconds