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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.c 126 ctx->total_mem += ctx->vm->gran;
165 if (ctx->vm && ctx->total_mem) {
166 ctx->vm->unreserve_mem(ctx->vm, ctx->total_mem);
167 ctx->total_mem = 0;
vmwgfx_validation.h 75 * @total_mem: Amount of reserved memory.
90 size_t total_mem; member in struct:vmw_validation_context
  /src/sys/arch/sun3/sun3x/
pmap.c 923 unsigned int total_mem; local in function:pmap_alloc_pv
939 total_mem = 0;
941 avail_mem[i].pmem_pvbase = m68k_btop(total_mem);
942 total_mem += avail_mem[i].pmem_end - avail_mem[i].pmem_start;

Completed in 17 milliseconds