Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/char/hw_random/
Dcore.c535 init_completion(&rng->dying); in hwrng_register()
568 complete_all(&rng->dying); in hwrng_unregister()
638 return wait_for_completion_interruptible_timeout(&rng->dying, timeout); in hwrng_msleep()
644 return wait_for_completion_interruptible_timeout(&rng->dying, 1); in hwrng_yield()
/linux-6.12.1/include/linux/
Dhw_random.h52 struct completion dying; member
Dcpumask.h1055 #define set_cpu_dying(cpu, dying) assign_cpu((cpu), &__cpu_dying_mask, (dying)) argument
/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc_encap_actions.h55 bool dying; member
Dtc_encap_actions.c560 if (!neigh || neigh->dying) in efx_neigh_event()
728 neigh->dying = true; in efx_tc_unregister_egdev()
/linux-6.12.1/Documentation/ABI/testing/
Dpstore11 the dying moments. In the case of a panic the last part
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dcpu_hotplug.rst377 dying 对应STARTING阶段中不提供startup回调的状态
387 @name参数的示例:"perf/online", "perf/x86:prepare", "RCU/tree:dying", "sched/waitempty"
/linux-6.12.1/net/xfrm/
Dxfrm_state.c606 if (x->km.dying) in xfrm_timer_handler()
629 x->km.dying = warn; in xfrm_timer_handler()
1178 (*best)->km.dying > x->km.dying || in xfrm_state_look_at()
1179 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at()
1969 x1->km.dying = 0; in xfrm_state_update()
2017 if (!x->km.dying && in xfrm_state_check_expire()
2020 x->km.dying = 1; in xfrm_state_check_expire()
/linux-6.12.1/fs/bcachefs/
Dsb-members.h108 if (r < (long) !ca->dying) in __bch2_dev_put()
Dbtree_types.h598 x(dying) \
Dbcachefs.h509 bool dying; member
Dsuper.c1687 ca->dying = true; in bch2_dev_remove()
/linux-6.12.1/drivers/mmc/host/
Dsh_mmcif.c227 bool dying; member
1365 if (host->dying) in sh_mmcif_timeout_work()
1553 host->dying = true; in sh_mmcif_remove()
/linux-6.12.1/net/netfilter/
Dnf_conntrack_core.c1252 goto dying; in __nf_conntrack_confirm()
1264 goto dying; in __nf_conntrack_confirm()
1289 goto dying; in __nf_conntrack_confirm()
1329 dying: in __nf_conntrack_confirm()
Dnf_conntrack_netlink.c1723 bool dying) in ctnetlink_dump_one_entry() argument
1750 ct, dying, 0); in ctnetlink_dump_one_entry()
/linux-6.12.1/fs/
Deventpoll.c156 bool dying; member
818 if (epi->dying && !force) { in __ep_remove()
1098 epi->dying = true; in eventpoll_release_file()
/linux-6.12.1/Documentation/block/
Dublk.rst206 handler) is dying, ublk does not delete ``/dev/ublkb*`` during the whole
213 server's io handler) is dying, contrary to ``UBLK_F_USER_RECOVERY``,
/linux-6.12.1/Documentation/process/
Dmaintainer-tip.rst151 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-6.12.1/Documentation/core-api/
Dcpu_hotplug.rst408 dying For states in the STARTING section which do not provide
422 "RCU/tree:dying", "sched/waitempty"
/linux-6.12.1/io_uring/
Dio_uring.c613 static void __io_cqring_overflow_flush(struct io_ring_ctx *ctx, bool dying) in __io_cqring_overflow_flush() argument
620 if (!dying && __io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush()
634 if (!dying) { in __io_cqring_overflow_flush()
/linux-6.12.1/Documentation/arch/powerpc/
Deeh-pci-error-recovery.rst37 as PCI cards dying from heat, humidity, dust, vibration and bad
/linux-6.12.1/Documentation/admin-guide/
Dcgroup-v2.rst975 Total number of dying descendant cgroups. A cgroup becomes
976 dying after being deleted by a user. The cgroup will remain
977 in dying state for some time undefined time (which can depend
980 A process can't enter a dying cgroup under any circumstances,
981 a dying cgroup can't revive.
983 A dying cgroup can consume system resources not exceeding
991 Total number of dying cgroup subsystems (e.g. memory
/linux-6.12.1/net/sched/
Dact_ct.c57 bool dying; member
/linux-6.12.1/include/net/
Dxfrm.h125 u8 dying; member
/linux-6.12.1/net/key/
Daf_key.c842 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()

12