Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c844 pgoff_t page_offset, bool mmap_lock_held) in blocking_page_setup() argument
851 return mmap_lock_held ? VM_FAULT_NOPAGE : VM_FAULT_RETRY; in blocking_page_setup()
858 ret = mmap_lock_held ? VM_FAULT_SIGBUS : VM_FAULT_RETRY; in blocking_page_setup()
866 if (mmap_lock_held) in blocking_page_setup()