Searched refs:stack_cfg (Results 1 – 1 of 1) sorted by relevance
197 static const struct stack_cfg { struct249 static const struct stack_cfg *current_stack_cfg;254 int32_t stack_cfg = -1; in test_args_parse() local265 .dest = &stack_cfg, in test_args_parse()285 if (stack_cfg >= 0 && stack_cfg < ARRAY_SIZE(stack_cfgs)) { in test_args_parse()286 current_stack_cfg = &stack_cfgs[stack_cfg]; in test_args_parse()