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

/xnu-2422.115.4/bsd/kern/
H A Dkern_mib.c138 SYSCTL_NODE(, CTL_VM, vm, CTLFLAG_RW|CTLFLAG_LOCKED, 0,
H A Dkern_sysctl.c438 || (name[0] == CTL_VM))
473 if ((name[0] == CTL_VFS || name[0] == CTL_VM)) {
475 * Always take the funnel for CTL_VFS and CTL_VM
535 * If we took the funnel, which we only do for CTL_VFS and CTL_VM on
/xnu-2422.115.4/bsd/sys/
H A Dsysctl.h393 #define CTL_VM 2 /* virtual memory */ macro
825 * CTL_VM identifiers

Completed in 37 milliseconds