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

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_memory.c 60 uint64_t max_mem; member in struct:ttm_mem_zone
111 val = zone->max_mem;
147 if (zone->max_mem > val64)
148 zone->max_mem = val64;
150 zone->max_mem = val64;
261 target = zone->max_mem;
325 zone->max_mem = mem >> 1;
327 zone->swap_limit = zone->max_mem - (mem >> 3);
365 zone->max_mem = mem >> 1;
367 zone->swap_limit = zone->max_mem - (mem >> 3)
    [all...]
  /src/lib/libcrypt/
crypt-argon2.c 160 uint64_t max_mem; /* usermem64 returns bytes */ local in function:estimate_argon2_params
161 size_t max_mem_sz = sizeof(max_mem);
172 &max_mem, &max_mem_sz, NULL, 0) < 0) {
177 if (max_mem > rlim.rlim_cur && rlim.rlim_cur != RLIM_INFINITY)
178 max_mem = rlim.rlim_cur;
185 max_mem /= 1000000; /* bytes down to mb */
186 if (max_mem > 30000) {
188 } else if (max_mem > 15000) {
190 } else if (max_mem > 7000) {
192 } else if (max_mem > 3000)
    [all...]
  /src/sys/arch/hppa/include/
pdc.h 520 u_int max_spa; /* size of SPA (in bytes) > max_mem+map_mem */
521 u_int max_mem; /* size of "implemented" memory (in bytes) */ member in struct:pdc_iodc_minit
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
domctl.h 1188 struct xen_domctl_max_mem max_mem; member in union:xen_domctl::__anon68736574130a

Completed in 45 milliseconds