Searched refs:cpusetbuf (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 238 char cpusetbuf[CPUSETBUFSIZ]; in generic_stop_cpus() local 255 cpusetobj_strprint(cpusetbuf, &map), type); in generic_stop_cpus() 351 char cpusetbuf[CPUSETBUFSIZ]; in generic_restart_cpus() local 362 CTR1(KTR_SMP, "restart_cpus(%s)", cpusetobj_strprint(cpusetbuf, &map)); in generic_restart_cpus() 406 CTR1(KTR_SMP, "restart_cpus(%s)", cpusetobj_strprint(cpusetbuf, &map)); in generic_restart_cpus() 636 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo() local 685 top, cpusetobj_strprint(cpusetbuf, &top->cg_mask), in smp_topo() 731 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo_addleaf() local 750 cpusetobj_strprint(cpusetbuf, &parent->cg_mask), in smp_topo_addleaf()
|
| H A D | sched_ule.c | 2997 char cpusetbuf[CPUSETBUFSIZ]; in sysctl_kern_sched_topology_spec_internal() local 3003 cg->cg_count, cpusetobj_strprint(cpusetbuf, &cg->cg_mask)); in sysctl_kern_sched_topology_spec_internal()
|