Home
last modified time | relevance | path

Searched defs:no_wait (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_object.h30 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/
Dttm_memory.c517 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()
Dttm_bo.c1539 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/
Deventfd.h69 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/
Dvirtgpu_object.c154 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait) in virtio_gpu_object_wait()
Dvirtgpu_drv.h399 bool no_wait) in virtio_gpu_object_reserve()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h780 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/
Deventfd.c186 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt) in eventfd_ctx_read()
Duserfaultfd.c542 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/
Dradeon_object.c827 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/
Dcirrus_drv.h245 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/
Dnouveau_gem.c863 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/
Dmgag200_drv.h280 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/
Dast_drv.h367 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve()
/linux-4.4.14/drivers/md/
Ddm-bufio.c886 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async()