Searched refs:cpu_sched_priority (Results 1 - 5 of 5) sorted by relevance

/systemd/src/test/
H A Dtest-sched-prio.c49 assert_se(ser->exec_context.cpu_sched_priority == 0);
58 assert_se(ser->exec_context.cpu_sched_priority == 0);
68 assert_se(ser->exec_context.cpu_sched_priority == 1);
78 assert_se(ser->exec_context.cpu_sched_priority == 1);
88 assert_se(ser->exec_context.cpu_sched_priority == 99);
/systemd/src/core/
H A Dexecute.h112 int cpu_sched_priority; member in struct:ExecContext
H A Dexecute.c1605 .sched_priority = context->cpu_sched_priority,
2503 prefix, c->cpu_sched_priority,
H A Ddbus-execute.c221 n = c->cpu_sched_priority;
H A Dload-fragment.c869 c->cpu_sched_priority = CLAMP(c->cpu_sched_priority, sched_get_priority_min(x), sched_get_priority_max(x));
909 c->cpu_sched_priority = i;

Completed in 1088 milliseconds