Searched refs:page_ref_add_unless (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dmm.h1151 return page_ref_add_unless(page, 1, 0);
H A Dpage_ref.h236 static inline bool page_ref_add_unless(struct page *page, int nr, int u) function
247 return page_ref_add_unless(&folio->page, nr, u);

Completed in 202 milliseconds