Searched refs:dying (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/include/net/netns/ |
D | conntrack.h | 90 struct hlist_nulls_head dying; member
|
/Linux-v4.19/include/rdma/ |
D | ib_umem_odp.h | 81 int dying; member
|
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/mlx5/ |
D | odp.c | 61 return mr && mr->parent == parent && !odp->dying; in check_parent() 243 !umem->odp_data->dying)) { in mlx5_ib_invalidate_range() 244 WRITE_ONCE(umem->odp_data->dying, 1); in mlx5_ib_invalidate_range() 475 if (umem->odp_data->dying) in mr_leaf_free() 478 WRITE_ONCE(umem->odp_data->dying, 1); in mr_leaf_free() 592 if (mr->parent || !odp->dying) { in pagefault_mr()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | pstore | 10 the dying moments. In the case of a panic the last part
|
/Linux-v4.19/mm/ |
D | slab_common.c | 139 s->memcg_params.dying = false; in slab_init_memcg_params() 616 if (memcg->kmem_state != KMEM_ONLINE || root_cache->memcg_params.dying) in memcg_create_kmem_cache() 720 if (s->memcg_params.root_cache->memcg_params.dying) in slab_deactivate_memcg_cache_rcu_sched() 838 s->memcg_params.dying = true; in flush_memcg_workqueue()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_state.c | 513 if (x->km.dying) in xfrm_timer_handler() 536 x->km.dying = warn; in xfrm_timer_handler() 915 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 916 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 1558 x1->km.dying = 0; in xfrm_state_update() 1603 if (!x->km.dying && in xfrm_state_check_expire() 1606 x->km.dying = 1; in xfrm_state_check_expire()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_ecache.c | 52 hlist_nulls_for_each_entry(h, n, &pcpu->dying, hnnode) { in ecache_work_evict_list()
|
D | nf_conntrack_core.c | 449 &pcpu->dying); in nf_ct_add_to_dying_list() 918 goto dying; in __nf_conntrack_confirm() 969 dying: in __nf_conntrack_confirm() 2377 INIT_HLIST_NULLS_HEAD(&pcpu->dying, DYING_NULLS_VAL); in nf_conntrack_init_net()
|
D | nf_conntrack_netlink.c | 1375 ctnetlink_dump_list(struct sk_buff *skb, struct netlink_callback *cb, bool dying) in ctnetlink_dump_list() argument 1400 list = dying ? &pcpu->dying : &pcpu->unconfirmed; in ctnetlink_dump_list()
|
/Linux-v4.19/include/linux/ |
D | slab.h | 603 bool dying; member
|
/Linux-v4.19/drivers/mmc/host/ |
D | sh_mmcif.c | 231 bool dying; member 1325 if (host->dying) in sh_mmcif_timeout_work() 1517 host->dying = true; in sh_mmcif_remove()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | umem_odp.c | 166 item->odp_data->dying = 1; in ib_umem_notifier_release_trampoline()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 887 Total number of dying descendant cgroups. A cgroup becomes 888 dying after being deleted by a user. The cgroup will remain 889 in dying state for some time undefined time (which can depend 892 A process can't enter a dying cgroup under any circumstances, 893 a dying cgroup can't revive. 895 A dying cgroup can consume system resources not exceeding
|
D | kernel-parameters.txt | 1621 for working out where the kernel is dying during
|
/Linux-v4.19/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 37 as PCI cards dying from heat, humidity, dust, vibration and bad
|
/Linux-v4.19/include/net/ |
D | xfrm.h | 122 u8 dying; member
|
/Linux-v4.19/net/key/ |
D | af_key.c | 860 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|