Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/gen/
Dsysconf.c604 #ifdef _SC_CPUSET_SIZE in sysconf()
605 case _SC_CPUSET_SIZE: in sysconf()
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
Dkthr.c147 cpusetsize = sysconf(_SC_CPUSET_SIZE); in kgdb_thr_init()
/freebsd-12-stable/include/
Dunistd.h294 #define _SC_CPUSET_SIZE 122 macro
/freebsd-12-stable/usr.sbin/pmccontrol/
Dpmccontrol.c232 cpusetsize = sysconf(_SC_CPUSET_SIZE); in pmcc_do_list_state()
/freebsd-12-stable/lib/libmemstat/
Dmemstat_uma.c340 cpusetsize = sysconf(_SC_CPUSET_SIZE); in memstat_kvm_uma()