Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_smp.c236 char cpusetbuf[CPUSETBUFSIZ]; in generic_stop_cpus()
349 char cpusetbuf[CPUSETBUFSIZ]; in generic_restart_cpus()
643 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo()
751 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo_addleaf()
H A Dkern_ktr.c115 char lktr_cpumask_str[CPUSETBUFSIZ]; in sysctl_debug_ktr_cpumask()
H A Dkern_cpuset.c1426 bitset_strprint(buf, CPUSETBUFSIZ, (const struct bitset *)set, in cpusetobj_strprint()
1440 if (strlen(buf) > CPUSETBUFSIZ - 1) in cpusetobj_strscan()
H A Dsched_ule.c3214 char cpusetbuf[CPUSETBUFSIZ]; in sysctl_kern_sched_topology_spec_internal()
/freebsd/sys/sys/
H A Dcpuset.h43 #define CPUSETBUFSIZ ((2 + sizeof(long) * 2) * _NCPUWORDS) macro