Searched defs:no_wait (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 323 bool no_wait = false; in ttm_bo_io() local 413 bool no_wait = false; in ttm_bo_fbdev_io() local
|
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 | 218 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/ |
D | eventfd.h | 68 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/ |
D | radeon_object.c | 540 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/ |
D | eventfd.c | 188 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/ |
D | nouveau_gem.c | 838 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
|
/linux-3.3/drivers/md/ |
D | dm-bufio.c | 774 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait) in __write_dirty_buffers_async()
|