Home
last modified time | relevance | path

Searched defs:percpu_ref (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dpercpu-refcount.h95 struct percpu_ref { struct
102 percpu_ref_func_t *release; argument
103 percpu_ref_func_t *confirm_switch; argument
109 int __must_check percpu_ref_init(struct percpu_ref *ref, argument
/Linux-v5.4/mm/
Dslab_common.c745 static void kmemcg_cache_shutdown(struct percpu_ref *percpu_ref) in kmemcg_cache_shutdown()