| /linux/drivers/char/hw_random/ |
| H A D | core.c | 542 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 D | hw_random.h | 52 struct completion dying; member
|
| H A D | cpumask.h | 1143 #define set_cpu_dying(cpu, dying) assign_cpu((cpu), &__cpu_dying_mask, (dying)) argument
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 572 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 D | cached_dir.h | 64 struct list_head dying; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.h | 55 bool dying; member
|
| H A D | tc_encap_actions.c | 562 if (!neigh || neigh->dying) in efx_neigh_event() 730 neigh->dying = true; in efx_tc_unregister_egdev()
|
| /linux/Documentation/ABI/testing/ |
| H A D | pstore | 11 the dying moments. In the case of a panic the last part
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 377 dying 对应STARTING阶段中不提供startup回调的状态 387 @name参数的示例:"perf/online", "perf/x86:prepare", "RCU/tree:dying", "sched/waitempty"
|
| /linux/net/xfrm/ |
| H A D | xfrm_state.c | 678 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 D | sh_mmcif.c | 227 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 D | nf_conntrack_core.c | 1258 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 D | nf_conntrack_netlink.c | 1740 bool dying) in ctnetlink_dump_one_entry() argument 1767 ct, dying, 0); in ctnetlink_dump_one_entry()
|
| /linux/fs/ |
| H A D | eventpoll.c | 156 bool dying; member 848 if (epi->dying && !force) { in __ep_remove() 1127 epi->dying = true; in eventpoll_release_file()
|
| /linux/Documentation/process/ |
| H A D | maintainer-tip.rst | 151 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 D | cpu_hotplug.rst | 408 dying For states in the STARTING section which do not provide 422 "RCU/tree:dying", "sched/waitempty"
|
| /linux/io_uring/ |
| H A D | io_uring.c | 615 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 D | eeh-pci-error-recovery.rst | 37 as PCI cards dying from heat, humidity, dust, vibration and bad
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 990 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 D | kernel-parameters.txt | 2312 for working out where the kernel is dying during
|
| /linux/Documentation/block/ |
| H A D | ublk.rst | 208 modify how I/O is handled while the ublk server is dying/dead (this is called
|
| /linux/net/sched/ |
| H A D | act_ct.c | 57 bool dying; member
|
| /linux/include/net/ |
| H A D | xfrm.h | 127 u8 dying; member
|
| /linux/net/key/ |
| H A D | af_key.c | 842 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()
|