Home
last modified time | relevance | path

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

/linux/drivers/char/hw_random/
H A Dcore.c542 init_completion(&rng->dying); in hwrng_register()
575 complete_all(&rng->dying); in hwrng_unregister()
645 return wait_for_completion_interruptible_timeout(&rng->dying, timeout); in hwrng_msleep()
651 return wait_for_completion_interruptible_timeout(&rng->dying, 1); in hwrng_yield()
/linux/include/linux/
H A Dhw_random.h52 struct completion dying; member
H A Dcpumask.h1143 #define set_cpu_dying(cpu, dying) assign_cpu((cpu), &__cpu_dying_mask, (dying)) argument
/linux/fs/smb/client/
H A Dcached_dir.c572 list_move(&cfid->entry, &cfids->dying); in invalidate_all_cached_dirs()
729 list_cut_before(&entry, &cfids->dying, &cfids->dying); in cfids_laundromat_worker()
782 INIT_LIST_HEAD(&cfids->dying); in init_cached_dirs()
814 list_for_each_entry_safe(cfid, q, &cfids->dying, entry) { in free_cached_dirs()
H A Dcached_dir.h64 struct list_head dying; member
/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h55 bool dying; member
H A Dtc_encap_actions.c562 if (!neigh || neigh->dying) in efx_neigh_event()
730 neigh->dying = true; in efx_tc_unregister_egdev()
/linux/Documentation/ABI/testing/
H A Dpstore11 the dying moments. In the case of a panic the last part
/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst377 dying 对应STARTING阶段中不提供startup回调的状态
387 @name参数的示例:"perf/online", "perf/x86:prepare", "RCU/tree:dying", "sched/waitempty"
/linux/net/xfrm/
H A Dxfrm_state.c678 if (x->km.dying) in xfrm_timer_handler()
701 x->km.dying = warn; in xfrm_timer_handler()
1329 (*best)->km.dying > x->km.dying || in xfrm_state_look_at()
1330 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at()
2235 x1->km.dying = 0; in xfrm_state_update()
2288 if (!x->km.dying && in xfrm_state_check_expire()
2291 x->km.dying = 1; in xfrm_state_check_expire()
/linux/drivers/mmc/host/
H A Dsh_mmcif.c227 bool dying; member
1366 if (host->dying) in sh_mmcif_timeout_work()
1550 host->dying = true; in sh_mmcif_remove()
/linux/net/netfilter/
H A Dnf_conntrack_core.c1258 goto dying; in __nf_conntrack_confirm()
1268 goto dying; in __nf_conntrack_confirm()
1293 goto dying; in __nf_conntrack_confirm()
1343 dying: in __nf_conntrack_confirm()
H A Dnf_conntrack_netlink.c1740 bool dying) in ctnetlink_dump_one_entry() argument
1767 ct, dying, 0); in ctnetlink_dump_one_entry()
/linux/fs/
H A Deventpoll.c156 bool dying; member
848 if (epi->dying && !force) { in __ep_remove()
1127 epi->dying = true; in eventpoll_release_file()
/linux/Documentation/process/
H A 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/Documentation/core-api/
H A Dcpu_hotplug.rst408 dying For states in the STARTING section which do not provide
422 "RCU/tree:dying", "sched/waitempty"
/linux/io_uring/
H A Dio_uring.c615 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()
638 if (!dying) { in __io_cqring_overflow_flush()
/linux/Documentation/arch/powerpc/
H A Deeh-pci-error-recovery.rst37 as PCI cards dying from heat, humidity, dust, vibration and bad
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst990 Total number of dying descendant cgroups. A cgroup becomes
991 dying after being deleted by a user. The cgroup will remain
992 in dying state for some time undefined time (which can depend
995 A process can't enter a dying cgroup under any circumstances,
996 a dying cgroup can't revive.
998 A dying cgroup can consume system resources not exceeding
1006 Total number of dying cgroup subsystems (e.g. memory
H A Dkernel-parameters.txt2312 for working out where the kernel is dying during
/linux/Documentation/block/
H A Dublk.rst208 modify how I/O is handled while the ublk server is dying/dead (this is called
/linux/net/sched/
H A Dact_ct.c57 bool dying; member
/linux/include/net/
H A Dxfrm.h127 u8 dying; member
/linux/net/key/
H A Daf_key.c842 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()