Lines Matching refs:w_step

112 struct w_step  struct
184 struct w_step *steps; argument
284 parse_dependencies(unsigned int nr_steps, struct w_step *w, char *_desc) in parse_dependencies()
610 static int parse_engine_map(struct w_step *step, const char *_str) in parse_engine_map()
683 struct w_step step, *steps = NULL; in parse_workload()
1048 wrk->steps = calloc(wrk->nr_steps, sizeof(struct w_step)); in clone_workload()
1051 memcpy(wrk->steps, _wrk->steps, sizeof(struct w_step) * wrk->nr_steps); in clone_workload()
1073 static unsigned int get_duration(struct workload *wrk, struct w_step *w) in get_duration()
1091 init_bb(struct w_step *w, unsigned int flags) in init_bb()
1114 terminate_bb(struct w_step *w, unsigned int flags) in terminate_bb()
1240 __get_ctx(struct workload *wrk, struct w_step *w) in __get_ctx()
1246 eb_update_flags(struct workload *wrk, struct w_step *w, in eb_update_flags()
1274 get_ctxid(struct workload *wrk, struct w_step *w) in get_ctxid()
1285 alloc_step_batch(struct workload *wrk, struct w_step *w, unsigned int flags) in alloc_step_batch()
1469 struct w_step *w; in prepare_workload()
1817 struct w_step *w2; in prepare_workload()
1945 struct workload *wrk, struct w_step *w);
1950 struct workload *wrk, struct w_step *w) in rr_balance()
1962 struct workload *wrk, struct w_step *w) in rand_balance()
1994 struct workload *wrk, struct w_step *w, bool random) in __qd_balance()
2020 struct workload *wrk, struct w_step *w) in qd_balance()
2027 struct workload *wrk, struct w_step *w) in qdr_balance()
2034 struct workload *wrk, struct w_step *w) in qdavg_balance()
2091 struct workload *wrk, struct w_step *w, bool random) in __rt_balance()
2126 struct workload *wrk, struct w_step *w) in rt_balance()
2134 struct workload *wrk, struct w_step *w) in rtr_balance()
2141 struct workload *wrk, struct w_step *w) in rtavg_balance()
2185 struct workload *wrk, struct w_step *w) in context_balance()
2231 struct workload *wrk, struct w_step *w) in busy_avg_balance()
2240 struct workload *wrk, struct w_step *w) in busy_balance()
2402 struct workload *wrk, struct w_step *w) in global_balance()
2432 update_bb_seqno(struct w_step *w, enum intel_engine_id engine, uint32_t seqno) in update_bb_seqno()
2448 update_bb_rt(struct w_step *w, enum intel_engine_id engine, uint32_t seqno) in update_bb_rt()
2473 update_bb_start(struct w_step *w) in update_bb_start()
2484 static void w_sync_to(struct workload *wrk, struct w_step *w, int target) in w_sync_to()
2606 do_eb(struct workload *wrk, struct w_step *w, enum intel_engine_id engine, in do_eb()
2654 static bool sync_deps(struct workload *wrk, struct w_step *w) in sync_deps()
2684 struct w_step *w; in run_workload()
2833 struct w_step *s; in run_workload()