Searched refs:max_mem (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libcrypt/
H A Dcrypt-argon2.c155 uint64_t max_mem; /* usermem64 returns bytes */ local
156 size_t max_mem_sz = sizeof(max_mem);
167 &max_mem, &max_mem_sz, NULL, 0) < 0) {
172 if (max_mem > rlim.rlim_cur && rlim.rlim_cur != RLIM_INFINITY)
173 max_mem = rlim.rlim_cur;
180 max_mem /= 1000000; /* bytes down to mb */
181 if (max_mem > 30000) {
183 } else if (max_mem > 15000) {
185 } else if (max_mem > 7000) {
187 } else if (max_mem > 300
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_memory.c60 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
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dnfs_start.c67 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;
/netbsd-current/sys/arch/hppa/include/
H A Dpdc.h520 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
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Ddomctl.h1188 struct xen_domctl_max_mem max_mem; member in union:xen_domctl::__anon9047

Completed in 135 milliseconds