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

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 104 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) function in typeref:typename:int
219 (void) ttm_mem_io_lock(man, false);
238 (void) ttm_mem_io_lock(man, false);
250 (void) ttm_mem_io_lock(man, false);
274 (void) ttm_mem_io_lock(man, false);
746 (void) ttm_mem_io_lock(man, false);
797 (void) ttm_mem_io_lock(man, false);
ttm_bo_vm.c 238 err = ttm_mem_io_lock(man, true);
ttm_bo.c 341 ret = ttm_mem_io_lock(old_man, true);
693 ttm_mem_io_lock(man, false);
1875 ttm_mem_io_lock(man, false);
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 650 * The caller must take ttm_mem_io_lock before calling this function.
656 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible);
  /src/sys/external/bsd/drm2/ttm/
ttm_bo_vm.c 227 err = ttm_mem_io_lock(man, true);

Completed in 15 milliseconds