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

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mlock.c109 int saved_max_wired; local
117 if (fscanf(fp, "%d", &saved_max_wired) != 1) {
124 printf("old value in %s: %d\n", VM_MAX_WIRED, saved_max_wired);
126 if (saved_max_wired == 0) /* This will cripple the test host */
129 vm_max_wired_sysctl(NULL, &saved_max_wired);

Completed in 49 milliseconds