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

  /src/lib/libcrypt/
crypt-argon2.c 160 uint64_t max_mem; /* usermem64 returns bytes */ local
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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gcore-memory-usage.exp 51 # to generate that gcore. MAX_MEM is the maximum amount of
53 proc run_test {megs max_mem} {
79 gdb_assert {$diff <= $max_mem} "gdb did not use too much memory"
  /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/external/bsd/am-utils/dist/amd/
nfs_start.c 67 static char *max_mem = NULL; local
78 if (max_mem < next_mem) {
81 (long) (next_mem - max_mem), (unsigned long) next_mem,
85 (long) (next_mem - max_mem), (unsigned long) next_mem);
87 max_mem = next_mem;
  /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::__anon6586

Completed in 20 milliseconds