Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/sys/
H A Dmlock_helper.c90 u_long saved_max_wired; in restore_vm_max_wired() local
98 if (fscanf(fp, "%lu", &saved_max_wired) != 1) { in restore_vm_max_wired()
105 printf("old value in %s: %lu\n", VM_MAX_WIRED, saved_max_wired); in restore_vm_max_wired()
107 if (saved_max_wired == 0) /* This will cripple the test host */ in restore_vm_max_wired()
110 vm_max_wired_sysctl(NULL, &saved_max_wired); in restore_vm_max_wired()