Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu-refcount.h235 static inline bool percpu_ref_tryget_many(struct percpu_ref *ref, in percpu_ref_tryget_many() function
266 return percpu_ref_tryget_many(ref, 1); in percpu_ref_tryget()
/linux/mm/
H A Dmemremap.c488 WARN_ON_ONCE(!percpu_ref_tryget_many(&page_pgmap(page)->ref, 1 << order)); in zone_device_page_init()