Home
last modified time | relevance | path

Searched refs:cg_all_unified (Results 1 – 23 of 23) sorted by relevance

/systemd-251/src/shared/
Dcgroup-setup.c667 r = cg_all_unified(); in cg_create_everywhere()
705 r = cg_all_unified(); in cg_attach_everywhere()
777 q = cg_all_unified(); in cg_trim_everywhere()
835 r = cg_all_unified(); in cg_enable_everywhere()
Dcondition.c419 return cg_all_unified(); in condition_test_control_group_controller()
421 r = cg_all_unified(); in condition_test_control_group_controller()
998 r = cg_all_unified(); in condition_test_psi()
Dmount-setup.c408 r = cg_all_unified(); in relabel_cgroup_filesystems()
/systemd-251/src/core/
Dbpf-foreign.h8 return cg_all_unified(); in bpf_foreign_supported()
Dcgroup.c316 r = cg_all_unified(); in unit_compare_memory_limit()
1253 if (cg_all_unified() > 0) { in cgroup_apply_devices()
1394 if (cg_all_unified() > 0) { in cgroup_context_apply()
1563 if (cg_all_unified() > 0) { in cgroup_context_apply()
1606 (is_host_root || cg_all_unified() > 0 || !is_local_root)) in cgroup_context_apply()
1813 if (cg_all_unified() <= 0) { in unit_get_delegate_mask()
2103 r = cg_all_unified(); in unit_watch_cgroup_memory()
2232 if (cg_all_unified() == 0) { in unit_update_cgroup()
2357 r = cg_all_unified(); in unit_attach_pids_to_cgroup()
3070 r = cg_all_unified(); in unit_check_oomd_kill()
[all …]
Dbpf-devices.c340 if (cg_all_unified() > 0) { in allow_list_device_pattern()
Dmanager.c4489 if (cg_all_unified() == 0) in manager_taint_string()
/systemd-251/src/test/
Dtest-manager.c17 if (cg_all_unified() == 0) in TEST()
Dtest-cgroup.c95 if (cg_all_unified()) in TEST()
Dtest-bpf-foreign-programs.c292 r = cg_all_unified(); in main()
Dtest-bpf-devices.c265 r = cg_all_unified(); in main()
Dtest-cgroup-util.c343 all = cg_all_unified(); in TEST()
Dtest-condition.c1144 r = cg_all_unified(); in TEST()
/systemd-251/src/basic/
Dcgroup-util.c157 … supported = cg_all_unified() > 0 && access("/sys/fs/cgroup/init.scope/cgroup.freeze", F_OK) == 0; in cg_freezer_supported()
168 if (cg_all_unified() <= 0) in cg_kill_supported()
555 r = cg_all_unified(); in cg_get_path()
593 r = cg_all_unified(); in cg_get_path_and_check()
1966 r = cg_all_unified(); in cg_mask_supported_subtree()
2167 int cg_all_unified(void) { in cg_all_unified() function
2267 if (cg_all_unified()) { in get_cpu_accounting_mask()
Dlimits-util.c39 r = cg_all_unified(); in physical_memory()
Dcgroup-util.h301 int cg_all_unified(void);
Dvirt.c553 r = cg_all_unified(); in running_in_cgroupns()
/systemd-251/src/oom/
Doomd.c157 r = cg_all_unified(); in run()
Dtest-oomd-util.c49 if (cg_all_unified() <= 0) in test_oomd_cgroup_kill()
109 if (cg_all_unified() <= 0) in test_oomd_cgroup_context_acquire_and_insert()
/systemd-251/src/nspawn/
Dnspawn-cgroup.c331 r = cg_all_unified(); in mount_legacy_cgns_supported()
433 r = cg_all_unified(); in mount_legacy_cgns_unsupported()
Dnspawn.c508 r = cg_all_unified(); in detect_unified_cgroup_hierarchy_from_image()
1744 r = cg_all_unified(); in verify_arguments()
/systemd-251/src/cgls/
Dcgls.c178 if (cg_all_unified() == 0 && controller && !streq(controller, SYSTEMD_CGROUP_CONTROLLER)) in show_cg_info()
/systemd-251/src/cgtop/
Dcgtop.c161 all_unified = cg_all_unified(); in process()