Home
last modified time | relevance | path

Searched refs:dying (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/include/net/netns/
Dconntrack.h90 struct hlist_nulls_head dying; member
/Linux-v4.19/include/rdma/
Dib_umem_odp.h81 int dying; member
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt237 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/
Dodp.c61 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/
Dpstore10 the dying moments. In the case of a panic the last part
/Linux-v4.19/mm/
Dslab_common.c139 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/
Dxfrm_state.c513 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/
Dnf_conntrack_ecache.c52 hlist_nulls_for_each_entry(h, n, &pcpu->dying, hnnode) { in ecache_work_evict_list()
Dnf_conntrack_core.c449 &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()
Dnf_conntrack_netlink.c1375 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/
Dslab.h603 bool dying; member
/Linux-v4.19/drivers/mmc/host/
Dsh_mmcif.c231 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/
Dumem_odp.c166 item->odp_data->dying = 1; in ib_umem_notifier_release_trampoline()
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst887 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
Dkernel-parameters.txt1621 for working out where the kernel is dying during
/Linux-v4.19/Documentation/powerpc/
Deeh-pci-error-recovery.txt37 as PCI cards dying from heat, humidity, dust, vibration and bad
/Linux-v4.19/include/net/
Dxfrm.h122 u8 dying; member
/Linux-v4.19/net/key/
Daf_key.c860 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()