Searched refs:cpu (Results 1 - 6 of 6) sorted by relevance

/systemd/src/basic/
H A Dcpu-set-util.c26 #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 Dtest-util.c32 #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 Dresolved-dns-rr.h145 char *cpu; member in struct:DnsResourceRecord::__anon231::__anon235
H A Dresolved-dns-rr.c438 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 Dresolved-dns-packet.c831 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 Dsvg.c122 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 4061 milliseconds