Searched refs:cpu (Results 1 - 6 of 6) 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/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...] |
/systemd/src/resolve/ |
H A D | resolved-dns-rr.h | 145 char *cpu; member in struct:DnsResourceRecord::__anon231::__anon235
|
H A D | resolved-dns-rr.c | 438 free(rr->hinfo.cpu); 610 return strcaseeq(a->hinfo.cpu, b->hinfo.cpu) && 858 s = strjoin(k, " ", rr->hinfo.cpu, " ", rr->hinfo.os, NULL); 1327 string_hash_func(rr->hinfo.cpu, state);
|
H A D | resolved-dns-packet.c | 831 r = dns_packet_append_string(p, rr->hinfo.cpu, NULL); 1654 r = dns_packet_read_string(p, &rr->hinfo.cpu, NULL);
|
/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...] |
Completed in 29 milliseconds