Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dcgroup-util.c693 const char *fs, *controller_str = NULL; /* avoid false maybe-uninitialized warning */ in cg_pid_get_path() local
710 controller_str = SYSTEMD_CGROUP_CONTROLLER_LEGACY; in cg_pid_get_path()
712 controller_str = controller; in cg_pid_get_path()
753 assert(controller_str); in cg_pid_get_path()
754 r = string_contains_word(l, ",", controller_str); in cg_pid_get_path()