Searched refs:cpu_sched_reset_on_fork (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 202 bool cpu_sched_reset_on_fork; member
|
D | load-fragment-gperf.gperf.in | 25 … 0, offsetof({{type}}, exec_context.cpu_sched_reset_on_fork)
|
D | dbus-execute.c | 1204 …gResetOnFork", "b", bus_property_get_bool, offsetof(ExecContext, cpu_sched_reset_on_fork), SD_BUS_… 1909 … return bus_set_transient_bool(u, name, &c->cpu_sched_reset_on_fork, message, flags, error); in bus_exec_context_set_transient_property()
|
D | execute.c | 4428 (context->cpu_sched_reset_on_fork ? in exec_child() 5887 prefix, yes_no(c->cpu_sched_reset_on_fork)); in exec_context_dump()
|