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

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 77 * @io_reserved_vm: The VM system has a refcount in @io_reserved_count
78 * @io_reserved_count: Refcounting the numbers of callers to ttm_mem_io_reserve
89 uint64_t io_reserved_count; member in struct:ttm_bus_placement
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 153 mem->bus.io_reserved_count++ == 0) {
174 --mem->bus.io_reserved_count == 0 &&
ttm_bo.c 745 evict_mem.bus.io_reserved_count = 0;
1199 mem.bus.io_reserved_count = 0;
1350 bo->mem.bus.io_reserved_count = 0;

Completed in 13 milliseconds