Searched refs:cpusetbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/usr.bin/procstat/ |
| D | procstat_cs.c | 52 struct sbuf *cpusetbuf; in procstat_cs() local 90 cpusetbuf = sbuf_new_auto(); in procstat_cs() 94 sbuf_printf(cpusetbuf, "%d", in procstat_cs() 100 sbuf_printf(cpusetbuf, "-%d,%d", in procstat_cs() 104 sbuf_printf(cpusetbuf, ",%d", in procstat_cs() 110 sbuf_printf(cpusetbuf, "-%d", lastcpu); in procstat_cs() 111 if (sbuf_finish(cpusetbuf) != 0) in procstat_cs() 113 xo_emit("{:cpu_set/%s}", sbuf_data(cpusetbuf)); in procstat_cs() 114 sbuf_delete(cpusetbuf); in procstat_cs()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_smp.c | 237 char cpusetbuf[CPUSETBUFSIZ]; in generic_stop_cpus() local 254 cpusetobj_strprint(cpusetbuf, &map), type); in generic_stop_cpus() 350 char cpusetbuf[CPUSETBUFSIZ]; in generic_restart_cpus() local 363 CTR1(KTR_SMP, "restart_cpus(%s)", cpusetobj_strprint(cpusetbuf, &map)); in generic_restart_cpus() 603 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo() local 652 top, cpusetobj_strprint(cpusetbuf, &top->cg_mask), in smp_topo() 698 char cpusetbuf[CPUSETBUFSIZ], cpusetbuf2[CPUSETBUFSIZ]; in smp_topo_addleaf() local 717 cpusetobj_strprint(cpusetbuf, &parent->cg_mask), in smp_topo_addleaf()
|
| D | sched_ule.c | 2975 char cpusetbuf[CPUSETBUFSIZ]; in sysctl_kern_sched_topology_spec_internal() local 2981 cg->cg_count, cpusetobj_strprint(cpusetbuf, &cg->cg_mask)); in sysctl_kern_sched_topology_spec_internal()
|