Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_smp.c238 char cpusetbuf[CPUSETBUFSIZ]; in generic_stop_cpus()
351 char cpusetbuf[CPUSETBUFSIZ]; in generic_restart_cpus()
636 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo()
731 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo_addleaf()
H A Dkern_ktr.c117 char lktr_cpumask_str[CPUSETBUFSIZ]; in sysctl_debug_ktr_cpumask()
H A Dkern_cpuset.c1388 bitset_strprint(buf, CPUSETBUFSIZ, (const struct bitset *)set, in cpusetobj_strprint()
1402 if (strlen(buf) > CPUSETBUFSIZ - 1) in cpusetobj_strscan()
H A Dsched_ule.c2997 char cpusetbuf[CPUSETBUFSIZ]; in sysctl_kern_sched_topology_spec_internal()
/f-stack/tools/compat/include/sys/
H A Dcpuset.h42 #define CPUSETBUFSIZ ((2 + sizeof(long) * 2) * _NCPUWORDS) macro
/f-stack/freebsd/sys/
H A Dcpuset.h44 #define CPUSETBUFSIZ ((2 + sizeof(long) * 2) * _NCPUWORDS) macro