Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcached_dir.c619 list_move(&cfid->entry, &cfids->dying); in invalidate_all_cached_dirs()
777 list_cut_before(&entry, &cfids->dying, &cfids->dying); in cfids_laundromat_worker()
830 INIT_LIST_HEAD(&cfids->dying); in init_cached_dirs()
862 list_for_each_entry_safe(cfid, q, &cfids->dying, entry) { in free_cached_dirs()
/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h55 bool dying; member
/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.c680 if (x->km.dying) in xfrm_timer_handler()
703 x->km.dying = warn; in xfrm_timer_handler()
1330 (*best)->km.dying > x->km.dying || in xfrm_state_look_at()
1331 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at()
2245 x1->km.dying = 0; in xfrm_state_update()
2299 if (!x->km.dying && in xfrm_state_check_expire()
2302 x->km.dying = 1; in xfrm_state_check_expire()
/linux/include/linux/
H A Dcpumask.h1163 #define set_cpu_dying(cpu, dying) assign_cpu((cpu), &__cpu_dying_mask, (dying)) argument
/linux/io_uring/
H A Dio_uring.c523 static void __io_cqring_overflow_flush(struct io_ring_ctx *ctx, bool dying) in __io_cqring_overflow_flush() argument
528 if (!dying && __io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush()
548 if (!dying) { in __io_cqring_overflow_flush()
/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/Documentation/admin-guide/
H A Dcgroup-v2.rst988 Total number of dying descendant cgroups. A cgroup becomes
989 dying after being deleted by a user. The cgroup will remain
990 in dying state for some time undefined time (which can depend
993 A process can't enter a dying cgroup under any circumstances,
994 a dying cgroup can't revive.
996 A dying cgroup can consume system resources not exceeding
1004 Total number of dying cgroup subsystems (e.g. memory
H A Dkernel-parameters.txt2423 for working out where the kernel is dying during
/linux/net/sched/
H A Dact_ct.c59 bool dying; member
/linux/net/netfilter/
H A Dnf_conntrack_netlink.c1733 bool dying) in ctnetlink_dump_one_entry() argument
1760 ct, dying, 0); in ctnetlink_dump_one_entry()
/linux/net/key/
H A Daf_key.c858 sa->sadb_sa_state = x->km.dying ? in __pfkey_xfrm_state2msg()