Searched refs:ttm_mem_io_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_bo_util.c76 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) function
195 (void) ttm_mem_io_lock(man, false);
208 (void) ttm_mem_io_lock(man, false);
228 (void) ttm_mem_io_lock(man, false);
548 (void) ttm_mem_io_lock(man, false);
587 (void) ttm_mem_io_lock(man, false);
H A Dttm_bo_driver.h765 * The caller must take ttm_mem_io_lock before calling this function.
771 extern int ttm_mem_io_lock(struct ttm_mem_type_manager *man,
H A Dttm_bo_vm.c185 ret = ttm_mem_io_lock(man, true);
H A Dttm_bo.c426 ret = ttm_mem_io_lock(old_man, true);
771 ttm_mem_io_lock(man, false);
1660 ttm_mem_io_lock(man, false);

Completed in 107 milliseconds