Query: grab_cache_page_nowait
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GRAB_CACHE_PAGE_NOWA(9) Memory Management in Linux GRAB_CACHE_PAGE_NOWA(9)NAMEgrab_cache_page_nowait - returns locked page at given index in given cacheSYNOPSISstruct page * grab_cache_page_nowait(struct address_space * mapping, pgoff_t index);ARGUMENTSmapping target address_space index the page indexDESCRIPTIONSame as grab_cache_page, but do not wait if the page is unavailable. This is intended for speculative data generators, where the data can be regenerated if the page couldn't be grabbed. This routine should be safe to call while holding the lock for another page. Clear __GFP_FS when allocating the page to avoid recursion into the fs and deadlock against the caller's locked page.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GRAB_CACHE_PAGE_NOWA(9)
Related Man Pages |
---|
__get_user_pages(9) - centos |
vm_page_alloc(9) - debian |
vm_page_insert(9) - debian |
gldepthrangeindexed(3g) - centos |
journal_try_to_free_buffers(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |