Home
last modified time | relevance | path

Searched refs:percpu_ref_is_dying (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/lib/
H A Dpercpu-refcount.c280 if (data->force_atomic || percpu_ref_is_dying(ref)) in __percpu_ref_switch_mode()
390 WARN_ONCE(percpu_ref_is_dying(ref), in percpu_ref_kill_and_confirm()
470 WARN_ON_ONCE(!percpu_ref_is_dying(ref)); in percpu_ref_resurrect()
/openbmc/linux/include/linux/
H A Dpercpu-refcount.h363 static inline bool percpu_ref_is_dying(struct percpu_ref *ref) in percpu_ref_is_dying() function
H A Dbacking-dev-defs.h270 return percpu_ref_is_dying(&wb->refcnt); in wb_dying()
H A Dcgroup.h347 return !(css->flags & CSS_NO_REF) && percpu_ref_is_dying(&css->refcnt); in css_is_dying()
/openbmc/linux/kernel/bpf/
H A Dbpf_cgrp_storage.c181 if (!percpu_ref_is_dying(&cgroup->self.refcnt) && in BPF_CALL_5()
/openbmc/linux/io_uring/
H A Dsqpoll.c191 if (to_submit && likely(!percpu_ref_is_dying(&ctx->refs)) && in __io_sq_thread()
H A Drw.c203 if (percpu_ref_is_dying(&ctx->refs)) in io_rw_should_reissue()
H A Dio_uring.c4383 if (WARN_ON_ONCE(percpu_ref_is_dying(&ctx->refs))) in __io_uring_register()
/openbmc/linux/drivers/md/
H A Dmd.h584 return percpu_ref_is_dying(&mddev->active_io); in is_md_suspended()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c1253 if (!ret && percpu_ref_is_dying(&ctx->root->cgrp.self.refcnt)) { in cgroup1_get_tree()
H A Dcgroup.c2264 !percpu_ref_is_dying(&root->cgrp.self.refcnt)) { in cgroup_kill_sb()
3068 if (!css || !percpu_ref_is_dying(&css->refcnt)) in cgroup_lock_and_drain_offline()
3191 WARN_ON_ONCE(percpu_ref_is_dying(&css->refcnt)); in cgroup_apply_control_enable()
3231 WARN_ON_ONCE(percpu_ref_is_dying(&css->refcnt)); in cgroup_apply_control_disable()