Searched refs:NOPAGE_OOM (Results 1 – 8 of 8) sorted by relevance
93 if (!map) return NOPAGE_OOM; /* Nothing allocated */ in drm_vm_shm_nopage()125 if (!dev->lock.hw_lock) return NOPAGE_OOM; /* Nothing allocated */ in drm_vm_shm_nopage_lock()160 if (!dma->pagelist) return NOPAGE_OOM ; /* Nothing allocated */ in drm_vm_dma_nopage()
144 #ifndef NOPAGE_OOM145 #define NOPAGE_OOM 0 macro
135 if (!map) return NOPAGE_OOM; /* Nothing allocated */ in DRM()141 return NOPAGE_OOM; in DRM()237 if (!dma->pagelist) return NOPAGE_OOM ; /* Nothing allocated */ in DRM()265 if (!entry->pagelist) return NOPAGE_OOM ; /* Nothing allocated */ in DRM()
430 #define NOPAGE_OOM ((struct page *) (-1)) macro
1265 if (new_page == NOPAGE_OOM) in do_no_page()
822 return (error == -ENOMEM)? NOPAGE_OOM: NOPAGE_SIGBUS; in shmem_nopage()
2145 return NOPAGE_OOM; in filemap_nopage()
2132 return NOPAGE_OOM; /* Nothing allocated */ in via_mm_nopage()