Searched defs:no_wait (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 30 static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait) in qxl_bo_reserve() 66 bool no_wait) in qxl_bo_wait()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_memory.c | 517 bool no_wait, bool interruptible) in ttm_mem_global_alloc_zone() 536 bool no_wait, bool interruptible) in ttm_mem_global_alloc() 550 bool no_wait, bool interruptible) in ttm_mem_global_alloc_page()
|
D | ttm_bo.c | 1539 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() 1586 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab()
|
/linux-4.4.14/include/linux/ |
D | eventfd.h | 69 static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, in eventfd_ctx_read()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 154 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait) in virtio_gpu_object_wait()
|
D | virtgpu_drv.h | 399 bool no_wait) in virtio_gpu_object_reserve()
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 780 bool no_wait, bool use_ticket, in __ttm_bo_reserve() 850 bool no_wait, bool use_ticket, in ttm_bo_reserve()
|
/linux-4.4.14/fs/ |
D | eventfd.c | 186 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt) in eventfd_ctx_read()
|
D | userfaultfd.c | 542 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() 624 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 827 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait()
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 245 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 863 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 280 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_drv.h | 367 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve()
|
/linux-4.4.14/drivers/md/ |
D | dm-bufio.c | 886 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async()
|