Home
last modified time | relevance | path

Searched refs:cpuset (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-benchmark.c219 cpu_set_t cpuset; in main() local
289 CPU_ZERO(&cpuset); in main()
290 CPU_SET(0, &cpuset); in main()
291 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
309 CPU_ZERO(&cpuset); in main()
310 CPU_SET(1, &cpuset); in main()
311 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
/systemd-251/src/shared/
Dcpu-set-util.c203 _cleanup_(cpu_set_reset) CPUSet cpuset = {}; in parse_cpu_set_extend()
206 r = parse_cpu_set_full(rvalue, &cpuset, true, unit, filename, line, lvalue); in parse_cpu_set_extend()
210 if (!cpuset.set) { in parse_cpu_set_extend()
217 *old = cpuset; in parse_cpu_set_extend()
218 cpuset = (CPUSet) {}; in parse_cpu_set_extend()
222 return cpu_set_add_all(old, &cpuset); in parse_cpu_set_extend()
Dbus-unit-util.c482 _cleanup_(cpu_set_reset) CPUSet cpuset = {}; in bus_append_cgroup_property()
486 r = parse_cpu_set(eq, &cpuset); in bus_append_cgroup_property()
490 r = cpu_set_to_dbus(&cpuset, &array, &allocated); in bus_append_cgroup_property()
1337 _cleanup_(cpu_set_reset) CPUSet cpuset = {}; in bus_append_execute_property()
1348 r = parse_cpu_set(eq, &cpuset); in bus_append_execute_property()
1352 r = cpu_set_to_dbus(&cpuset, &array, &allocated); in bus_append_execute_property()
/systemd-251/src/basic/
Dfilesystems-gperf.gperf37 # cpuset's magic got reassigned to cgroupfs
38 cpuset, {CGROUP_SUPER_MAGIC} keyword
41 # note that the cgroupfs magic got reassigned from cpuset
/systemd-251/test/test-umount/
Drhbug-1554943.mountinfo16 33 25 0:30 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:11 - cgroup cgroup rw,cpu…
/systemd-251/shell-completion/zsh/
D_systemd31 ':cgroups:(cpuset cpu cpuacct memory devices freezer blkio)'
/systemd-251/src/nspawn/
Dnspawn.c1516 CPUSet cpuset; in parse_argv() local
1518 r = parse_cpu_set(optarg, &cpuset); in parse_argv()
1523 arg_cpu_set = cpuset; in parse_argv()
/systemd-251/docs/
DCGROUP_DELEGATION.md359 `freezer`, `cpuset`, `net_cls`, `perf_event`, `net_prio`, `hugetlb`. Why not?
/systemd-251/
DNEWS4128 * Support for the cpuset cgroups v2 controller has been added.
13346 * We do not mount the "cpuset" controller anymore together with
13347 "cpu" and "cpuacct", as "cpuset" groups generally cannot be
13348 started if no parameters are assigned to it. "cpuset" hence
13406 cpuset and the controllers net_cls, net_prio together by