Home
last modified time | relevance | path

Searched refs:io_reserve_fastpath (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c95 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_lock()
108 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_unlock()
140 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_reserve()
162 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_free()
H A Dttm_bo.c1422 man->io_reserve_fastpath = true; in ttm_bo_init_mm()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h189 bool io_reserve_fastpath; member