Home
last modified time | relevance | path

Searched refs:percpu_ref_kill_and_confirm (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dpercpu-refcount.h103 void percpu_ref_kill_and_confirm(struct percpu_ref *ref,
119 return percpu_ref_kill_and_confirm(ref, NULL); in percpu_ref_kill()
/linux-4.1.27/lib/
Dpercpu-refcount.c299 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm() function
309 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm);
/linux-4.1.27/kernel/
Dcgroup.c4806 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()