HomeSort by: relevance | last modified time | path
    Searched refs:no_wait (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_object.h 32 static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait)
36 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL);
69 bool no_wait)
73 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL);
86 r = ttm_bo_wait(&bo->tbo, true, no_wait);
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 595 * -EBUSY: No space available (only if no_wait == 1).
664 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY.
676 * -EBUSY: The function needed to sleep, but @no_wait was true
681 bool interruptible, bool no_wait,
686 if (no_wait) {
709 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY.
744 * -EBUSY: The function needed to sleep, but @no_wait was true
749 bool interruptible, bool no_wait,
754 return __ttm_bo_reserve(bo, interruptible, no_wait, ticket);
ttm_bo_api.h 342 * @no_wait: Return immediately if buffer is busy.
348 * Returns -EBUSY if no_wait is true and the buffer is busy.
351 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
377 * -EBUSY if no_wait is true and buffer busy.
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.h 125 bool no_wait);
radeon_object.c 862 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait)
866 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL);
872 r = ttm_bo_wait(&bo->tbo, true, no_wait);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_gem.c 927 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); local in function:nouveau_gem_ioctl_cpu_prep
938 no_wait ? 0 : 30 * HZ);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1884 bool interruptible, bool no_wait)
1888 if (no_wait) {
  /src/sys/dev/ic/
ispmbox.h 1636 no_wait : 1, member in struct:__anon33fa061c3b08::__anon33fa061c3c0a::__anon33fa061c3d08

Completed in 21 milliseconds