Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_param.h181 #define VM_THREAD_GUARD_SIZE 18 /* default guard size for new threads */ macro
H A Duvm_meter.c295 CTL_VM, VM_THREAD_GUARD_SIZE, CTL_EOL);
/netbsd-src/tests/lib/libpthread/
H A Dt_stack.c117 const int mib[2] = { CTL_VM, VM_THREAD_GUARD_SIZE }; in getdefaultguardsize()
/netbsd-src/lib/libpthread/
H A Dpthread.c224 mib[1] = VM_THREAD_GUARD_SIZE; in pthread__init()