Searched defs:cpu (Results 1 - 4 of 4) sorted by relevance
/systemd/src/basic/ |
H A D | cpu-set-util.c | 26 #include "cpu-set-util.h" 79 unsigned cpu, cpu_lower, cpu_upper; local 103 for (cpu = cpu_lower; cpu <= cpu_upper; cpu++) 104 CPU_SET_S(cpu, CPU_ALLOC_SIZE(ncpus), c);
|
/systemd/src/bootchart/ |
H A D | svg.c | 122 fprintf(of, " rect.cpu { fill: rgb(64,64,240); stroke-width: 0; fill-opacity: 0.7; }\n"); 152 const char *cpu; local 195 cpu = "Unknown"; 197 cpu = buf; 203 fprintf(of, "<text class=\"t2\" x=\"20\" y=\"65\">CPU: %s</text>\n", cpu); 788 fprintf(of, "<rect class=\"cpu\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height=\"%.03f\" />\n", 858 fprintf(of, "<rect class=\"cpu\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height=\"%.03f\" />\n", 1068 /* paint cpu load over these */ 1101 /* draw cpu over wait - TODO figure out how/why run + wait > interval */ 1102 fprintf(of, " <rect class=\"cpu\" [all...] |
/systemd/src/resolve/ |
H A D | resolved-dns-rr.h | 145 char *cpu; member in struct:DnsResourceRecord::__anon231::__anon235
|
/systemd/src/test/ |
H A D | test-util.c | 32 #include "cpu-set-util.h" 760 int cpu; local 774 for (cpu = 0; cpu < 4; cpu++) 775 assert_se(CPU_ISSET_S(cpu, CPU_ALLOC_SIZE(ncpus), c)); 776 for (cpu = 8; cpu < 12; cpu++) 777 assert_se(CPU_ISSET_S(cpu, CPU_ALLOC_SIZ [all...] |
Completed in 19 milliseconds