Searched refs:dying (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/include/net/netns/ |
D | conntrack.h | 92 struct hlist_nulls_head dying; member
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | object.txt | 237 The object comes here if it is dying because of a lookup or creation 243 The object comes here if it is dying due to an error, because its parent 260 The object comes to one of these two states when dying once it is rid of 261 all its children, if it is dying because the netfs relinquished its 297 This is used to proceed from the dying state.
|
/Linux-v5.4/include/rdma/ |
D | ib_umem_odp.h | 81 int dying; member
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | pstore | 10 the dying moments. In the case of a panic the last part
|
/Linux-v5.4/mm/ |
D | slab_common.c | 143 s->memcg_params.dying = false; in slab_init_memcg_params() 752 if (s->memcg_params.root_cache->memcg_params.dying) in kmemcg_cache_shutdown() 783 if (s->memcg_params.root_cache->memcg_params.dying) in kmemcg_cache_deactivate() 892 s->memcg_params.dying = true; in flush_memcg_workqueue()
|
D | slab.h | 80 bool dying; member
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_state.c | 560 if (x->km.dying) in xfrm_timer_handler() 583 x->km.dying = warn; in xfrm_timer_handler() 1024 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 1025 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 1671 x1->km.dying = 0; in xfrm_state_update() 1717 if (!x->km.dying && in xfrm_state_check_expire() 1720 x->km.dying = 1; in xfrm_state_check_expire()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | odp.c | 101 return mr && mr->parent == parent && !odp->dying; in check_parent() 320 !umem_odp->dying)) { in mlx5_ib_invalidate_range() 322 umem_odp->dying = 1; in mlx5_ib_invalidate_range() 594 if (umem_odp->dying) { in mlx5_ib_free_implicit_mr() 599 umem_odp->dying = 1; in mlx5_ib_free_implicit_mr()
|
/Linux-v5.4/net/netfilter/ |
D | nf_conntrack_ecache.c | 50 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() 992 goto dying; in __nf_conntrack_confirm() 1040 dying: in __nf_conntrack_confirm() 2523 INIT_HLIST_NULLS_HEAD(&pcpu->dying, DYING_NULLS_VAL); in nf_conntrack_init_net()
|
D | nf_conntrack_netlink.c | 1396 ctnetlink_dump_list(struct sk_buff *skb, struct netlink_callback *cb, bool dying) in ctnetlink_dump_list() argument 1421 list = dying ? &pcpu->dying : &pcpu->unconfirmed; in ctnetlink_dump_list()
|
/Linux-v5.4/drivers/mmc/host/ |
D | sh_mmcif.c | 228 bool dying; member 1322 if (host->dying) in sh_mmcif_timeout_work() 1512 host->dying = true; in sh_mmcif_remove()
|
/Linux-v5.4/Documentation/powerpc/ |
D | eeh-pci-error-recovery.rst | 37 as PCI cards dying from heat, humidity, dust, vibration and bad
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 906 Total number of dying descendant cgroups. A cgroup becomes 907 dying after being deleted by a user. The cgroup will remain 908 in dying state for some time undefined time (which can depend 911 A process can't enter a dying cgroup under any circumstances, 912 a dying cgroup can't revive. 914 A dying cgroup can consume system resources not exceeding
|
D | kernel-parameters.txt | 1672 for working out where the kernel is dying during
|
/Linux-v5.4/include/net/ |
D | xfrm.h | 122 u8 dying; member
|
/Linux-v5.4/net/key/ |
D | af_key.c | 846 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|