Lines Matching refs:controllers
37 /* Subsystems (controllers) bit field. Only controllers which
56 /* Subsystems (controllers) bit field. Includes all
57 * controllers found while scanning this root.
126 * Internally the kernel seems to call controllers subsystems and uses
146 * tree is at zero even if it contains no controllers.
153 /* If controllers are required via the tst_test struct then this is
167 { "cgroup.controllers", NULL, 0 },
272 static struct cgroup_ctrl controllers[] = {
310 for ((ctrl) = controllers; (ctrl)->ctrl_name; (ctrl)++)
531 * hierarchy. We just record which controllers are available and check
534 * For V1 the set of controllers S is partitioned into sets {P_1, P_2,
535 * ..., P_n} with one or more controllers in each partion. Each
561 SAFE_FILE_READAT(mnt_dfd, "cgroup.controllers", buf, sizeof(buf));
573 tst_brk(TBROK, "Available V2 controllers are changing between scans?");
599 "The intersection of two distinct sets of mounted controllers should be null? "
710 if (ctrl->ctrl_indx == CTRL_BLKIO && controllers[CTRL_IO].ctrl_root) {