Home
last modified time | relevance | path

Searched refs:percpu_ref_put_many (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpercpu-refcount.h326 static inline void percpu_ref_put_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_put_many() function
351 percpu_ref_put_many(ref, 1); in percpu_ref_put()
H A Dcgroup_refcnt.h94 percpu_ref_put_many(&css->refcnt, n); in CGROUP_REF_EXPORT()