Searched refs:CS_TERMINATE (Results 1 – 2 of 2) sorted by relevance
64 chain_step_t step = { .cs_type = CS_TERMINATE }; in chain_terminator()141 while (chain[num_steps].cs_type != CS_TERMINATE) { in validate_chain()
144 typedef enum { CS_SERIAL, CS_PARALLEL, CS_TERMINATE } step_type_t; enumerator