Home | History | Annotate | Download | only in fio

Lines Matching full:cgroup

2  * Code related to setting up a blkio cgroup
11 #include "cgroup.h"
36 if (!strcmp(mnt->mnt_type, "cgroup") &&
44 log_err("fio: cgroup blkio does not appear to be mounted\n");
61 log_err("fio: failed to allocate cgroup member\n");
104 if (td->o.cgroup)
105 sprintf(str, "%s%s%s", mnt, FIO_OS_PATH_SEPARATOR, td->o.cgroup);
136 return write_int_to_file(td, root, "tasks", val, "cgroup write pid");
165 td_verror(td, __e, "cgroup mkdir");
175 "cgroup open weight"))
193 if (!td->o.cgroup_weight && !td->o.cgroup)
203 log_err("fio: failed to allocate cgroup lock\n");