Searched refs:sched (Results 1 - 14 of 14) sorted by relevance

/systemd/src/basic/
H A Dcpu-set-util.h23 #include <sched.h>
H A Dprocess-util.c24 #include <sched.h>
H A Dutil.c24 #include <sched.h>
/systemd/src/bootchart/
H A Dstore.c239 ps->sched = -1;
256 if (ps->sched < 0) {
257 sprintf(filename, "%d/sched", pid);
258 ps->sched = openat(procfd, filename, O_RDONLY|O_CLOEXEC);
259 if (ps->sched < 0)
263 s = pread(ps->sched, buf, sizeof(buf) - 1, 0);
265 ps->sched = safe_close(ps->sched);
376 ps->sched = safe_close(ps->sched);
[all...]
H A Dbootchart.h81 int sched; member in struct:ps_struct
H A Dbootchart.c462 ps->sched = safe_close(ps->sched);
/systemd/src/test/
H A Dtest-sched-prio.c20 #include <sched.h>
H A Dtest-udev.c22 #include <sched.h>
/systemd/src/import/
H A Dimport-common.c20 #include <sched.h>
/systemd/src/core/
H A Dexecute.h28 #include <sched.h>
H A Dmachine-id-setup.c22 #include <sched.h>
H A Dnamespace.c21 #include <sched.h>
H A Dload-fragment.c28 #include <sched.h>
/systemd/src/nspawn/
H A Dnspawn.c26 #include <sched.h>

Completed in 4107 milliseconds