Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpercpu-refcount.h170 static inline void percpu_ref_get_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_get_many() function
194 percpu_ref_get_many(ref, 1); in percpu_ref_get()
Dcgroup.h58 percpu_ref_get_many(&css->refcnt, n); in css_get_many()