Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsubr_smp.c207 char cpusetbuf[CPUSETBUFSIZ]; in generic_stop_cpus()
315 char cpusetbuf[CPUSETBUFSIZ]; in generic_restart_cpus()
553 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo()
628 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo_addleaf()
Dkern_ktr.c102 static char ktr_cpumask_str[CPUSETBUFSIZ];
134 char lktr_cpumask_str[CPUSETBUFSIZ]; in sysctl_debug_ktr_cpumask()
Dkern_cpuset.c635 bufsiz = CPUSETBUFSIZ; in cpusetobj_strprint()
656 if (strlen(buf) > CPUSETBUFSIZ - 1) in cpusetobj_strscan()
Dsched_ule.c2792 char cpusetbuf[CPUSETBUFSIZ]; in sysctl_kern_sched_topology_spec_internal()
/freebsd-10-stable/sys/sys/
Dcpuset.h39 #define CPUSETBUFSIZ ((2 + sizeof(long) * 2) * _NCPUWORDS) macro
/freebsd-10-stable/sys/sparc64/sparc64/
Dmp_machdep.c125 static char ipi_pbuf[CPUSETBUFSIZ];