HomeSort by: relevance | last modified time | path
    Searched defs:swap_storage (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_tt.h 99 * @swap_storage: Pointer to shmem struct file for swap storage.
115 struct uvm_object *swap_storage; member in struct:ttm_tt
117 struct file *swap_storage; member in struct:ttm_tt
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_tt.c 261 ttm->swap_storage)
262 fput(ttm->swap_storage);
264 ttm->swap_storage = NULL;
282 ttm->swap_storage = uao_create(PAGE_SIZE * MAX(1, bo->num_pages), 0);
283 uao_set_pgfl(ttm->swap_storage, bus_dmamem_pgfl(ttm->bdev->dmat));
285 ttm->swap_storage = NULL;
309 uao_detach(ttm->swap_storage);
310 ttm->swap_storage = NULL;
423 struct uvm_object *uobj = ttm->swap_storage;
462 struct uvm_object *uobj = ttm->swap_storage;
481 struct file *swap_storage; local in function:ttm_tt_swapin
    [all...]

Completed in 12 milliseconds