Lines Matching refs:mw
80 long mw, s;85 mw = atol(argv[2]);87 if (argc != 3 || no == 0 || mw == 0)93 mw = mw / 100 * 10 * ps; /* Use 10% of vm.max_user_wired */94 mw = min(mw, CAP);97 if (s + size[i] > mw)156 mw=`sysctl -n vm.max_user_wired` || exit 1157 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5