Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.c1535 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait()
1582 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab()
/linux-4.1.27/include/linux/
Deventfd.h69 static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, in eventfd_ctx_read()
/linux-4.1.27/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.1.27/fs/
Deventfd.c186 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt) in eventfd_ctx_read()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_object.c822 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait()
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/
Dnouveau_gem.c864 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_drv.h279 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_drv.h366 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve()
/linux-4.1.27/drivers/md/
Ddm-bufio.c880 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async()