Lines Matching defs:job

18 	struct rve_job *job;  in rve_scheduler_get_pending_job_list()  local
34 struct rve_job *job; in rve_scheduler_get_running_job() local
45 static void rve_scheduler_set_pid_info(struct rve_job *job, ktime_t now) in rve_scheduler_set_pid_info()
83 struct rve_scheduler_t *rve_job_get_scheduler(struct rve_job *job) in rve_job_get_scheduler()
88 struct rve_internal_ctx_t *rve_job_get_internal_ctx(struct rve_job *job) in rve_job_get_internal_ctx()
93 static void rve_job_free(struct rve_job *job) in rve_job_free()
103 static int rve_job_cleanup(struct rve_job *job) in rve_job_cleanup()
147 struct rve_job *job = NULL; in rve_job_alloc() local
178 static void rve_job_dump_info(struct rve_job *job) in rve_job_dump_info()
184 static int rve_job_run(struct rve_job *job) in rve_job_run()
228 struct rve_job *job = NULL; in rve_job_next() local
269 static void rve_job_finish_and_next(struct rve_job *job, int ret) in rve_job_finish_and_next()
295 struct rve_job *job; in rve_job_done() local
346 struct rve_job *job = NULL; in rve_job_timeout_clean() local
370 static struct rve_scheduler_t *rve_job_schedule(struct rve_job *job) in rve_job_schedule()
421 static void rve_job_abort_running(struct rve_job *job) in rve_job_abort_running()
439 static void rve_job_abort_invalid(struct rve_job *job) in rve_job_abort_invalid()
444 static inline int rve_job_wait(struct rve_job *job) in rve_job_wait()
647 struct rve_job *job = NULL; in rve_job_commit() local
822 int rve_internal_ctx_signal(struct rve_job *job) in rve_internal_ctx_signal()
937 struct rve_job *job_pos, *job_q, *job; in rve_internal_ctx_kref_release() local