Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dfault.c655 if (unlikely(!try_get_page(page))) in do_secure_storage_access()
/openbmc/linux/fs/
H A Dpipe.c195 return try_get_page(buf->page); in generic_pipe_buf_get()
/openbmc/linux/include/linux/
H A Dmm.h1456 static inline __must_check bool try_get_page(struct page *page) in try_get_page() function