Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/gen/
HDsysconf.c597 #ifdef _SC_CPUSET_SIZE in sysconf()
598 case _SC_CPUSET_SIZE: in sysconf()
/freebsd-head/usr.sbin/pmccontrol/
HDpmccontrol.c229 cpusetsize = sysconf(_SC_CPUSET_SIZE); in pmcc_do_list_state()
/freebsd-head/include/
HDunistd.h294 #define _SC_CPUSET_SIZE 122 macro
/freebsd-head/lib/libmemstat/
HDmemstat_uma.c353 cpusetsize = sysconf(_SC_CPUSET_SIZE); in memstat_kvm_uma()