Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpu/drm/ttm/
Dttm_bo_vm.c323 bool no_wait = false; in ttm_bo_io() local
413 bool no_wait = false; in ttm_bo_fbdev_io() local
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.c218 bool no_wait, bool use_sequence, uint32_t sequence) in ttm_bo_reserve_locked()
285 bool no_wait, bool use_sequence, uint32_t sequence) in ttm_bo_reserve()
1046 int ttm_bo_wait_cpu(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_wait_cpu()
1719 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait()
1776 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab()
/linux-3.3/include/linux/
Deventfd.h68 static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, in eventfd_ctx_read()
/linux-3.3/drivers/gpu/drm/radeon/
Dradeon_object.c540 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait()
568 int radeon_bo_reserve(struct radeon_bo *bo, bool no_wait) in radeon_bo_reserve()
/linux-3.3/fs/
Deventfd.c188 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt) in eventfd_ctx_read()
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_gem.c838 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
/linux-3.3/drivers/md/
Ddm-bufio.c774 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait) in __write_dirty_buffers_async()