Home
last modified time | relevance | path

Searched refs:max_mem (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libcrypt/
H A Dcrypt-argon2.c160 uint64_t max_mem; /* usermem64 returns bytes */ in estimate_argon2_params()
161 size_t max_mem_sz = sizeof(max_mem); in estimate_argon2_params()
172 &max_mem, &max_mem_sz, NULL, 0) < 0) { in estimate_argon2_params()
177 if (max_mem > rlim.rlim_cur && rlim.rlim_cur != RLIM_INFINITY) in estimate_argon2_params()
178 max_mem = rlim.rlim_cur; in estimate_argon2_params()
185 max_mem /= 1000000; /* bytes down to mb */ in estimate_argon2_params()
186 if (max_mem > 30000) { in estimate_argon2_params()
188 } else if (max_mem > 15000) { in estimate_argon2_params()
190 } else if (max_mem > 7000) { in estimate_argon2_params()
192 } else if (max_mem > 300 in estimate_argon2_params()
155 uint64_t max_mem; /* usermem64 returns bytes */ estimate_argon2_params() local
[all...]
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_memory.c60 uint64_t max_mem; member
111 val = zone->max_mem; in ttm_mem_zone_show()
147 if (zone->max_mem > val64) in ttm_mem_zone_store()
148 zone->max_mem = val64; in ttm_mem_zone_store()
150 zone->max_mem = val64; in ttm_mem_zone_store()
261 target = zone->max_mem; in ttm_zones_above_swap_target()
325 zone->max_mem = mem >> 1; in ttm_mem_init_kernel_zone()
327 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_kernel_zone()
365 zone->max_mem = mem >> 1; in ttm_mem_init_highmem_zone()
367 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_highmem_zone()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_start.c67 static char *max_mem = NULL; in checkup() local
78 if (max_mem < next_mem) { in checkup()
81 (long) (next_mem - max_mem), (unsigned long) next_mem, in checkup()
85 (long) (next_mem - max_mem), (unsigned long) next_mem); in checkup()
87 max_mem = next_mem; in checkup()
/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h521 u_int max_mem; /* size of "implemented" memory (in bytes) */ member
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Ddomctl.h1188 struct xen_domctl_max_mem max_mem; member
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/
H A DChangeLog-20211483 (max_mem): Make it global.
1523 (max_mem): New variable.