Lines Matching refs:config
406 * The config keeps track of the minimal state needed for tst_cg_cleanup
469 tst_brk(TBROK, "Incorrect number of vars read from config. Config possibly malformed?");
473 tst_brk(TBROK, "Could not find ctrl from config. Ctrls changing between calls?");
479 tst_brk(TBROK, "Could not find root from config. Config possibly malformed?");
500 /* Load the test state config provided by tst_cg_print_config
502 * This will reload some internal tst_cgroup state given by the config
507 * The config keeps track of the minimal state needed for tst_cg_cleanup
510 void tst_cg_load_config(const char *const config)
514 const size_t config_len = strlen(config) + 1;
519 memcpy(temp_config, config, config_len);