Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/include/
HDntp_config.h51 extern int cur_memlock;
/freebsd-head/contrib/ntp/ntpd/
HDntp_config.c79 int cur_memlock = -1; variable
3187 if (cur_memlock != 0) { in config_rlimit()
3192 cur_memlock = 0; in config_rlimit()
3197 if (cur_memlock != 1) { in config_rlimit()
3207 cur_memlock = 1; in config_rlimit()
HDntpd.c1143 if (-1 == cur_memlock) {