Searched refs:stage_ctx (Results 1 – 4 of 4) sorted by relevance
105 struct stage_ctx { struct111 extern void test_stage_init(struct stage_ctx *, uint32_t); argument112 extern void test_stage_wait(struct stage_ctx *, uint32_t);113 extern void test_stage_change(struct stage_ctx *, uint32_t);114 extern void test_stage_destroy(struct stage_ctx *);
53 struct stage_ctx stage;
56 struct stage_ctx stage;
967 test_stage_init(struct stage_ctx *stage, uint32_t start) in test_stage_init()978 test_stage_wait(struct stage_ctx *stage, uint32_t target) in test_stage_wait()990 test_stage_change(struct stage_ctx *stage, uint32_t new) in test_stage_change()1002 test_stage_destroy(struct stage_ctx *stage) in test_stage_destroy()