Lines Matching refs:spu_context
85 void spu_set_timeslice(struct spu_context *ctx) in spu_set_timeslice()
96 void __spu_update_sched_info(struct spu_context *ctx) in __spu_update_sched_info()
137 void spu_update_sched_info(struct spu_context *ctx) in spu_update_sched_info()
155 static int __node_allowed(struct spu_context *ctx, int node) in __node_allowed()
167 static int node_allowed(struct spu_context *ctx, int node) in node_allowed()
194 struct spu_context *ctx = spu->ctx; in do_notify_spus_active()
210 static void spu_bind_context(struct spu *spu, struct spu_context *ctx) in spu_bind_context()
260 struct spu_context *ctx; in aff_merge_remaining_ctxs()
271 struct spu_context *ctx; in aff_set_offsets()
292 static struct spu *aff_ref_location(struct spu_context *ctx, int mem_aff, in aff_ref_location()
347 struct spu_context *ctx; in aff_set_ref_point_location()
398 static int has_affinity(struct spu_context *ctx) in has_affinity()
424 static void spu_unbind_context(struct spu *spu, struct spu_context *ctx) in spu_unbind_context()
481 static void __spu_add_to_rq(struct spu_context *ctx) in __spu_add_to_rq()
504 static void spu_add_to_rq(struct spu_context *ctx) in spu_add_to_rq()
511 static void __spu_del_from_rq(struct spu_context *ctx) in __spu_del_from_rq()
525 void spu_del_from_rq(struct spu_context *ctx) in spu_del_from_rq()
532 static void spu_prio_wait(struct spu_context *ctx) in spu_prio_wait()
559 static struct spu *spu_get_idle(struct spu_context *ctx) in spu_get_idle()
617 static struct spu *find_victim(struct spu_context *ctx) in find_victim()
619 struct spu_context *victim = NULL; in find_victim()
641 struct spu_context *tmp = spu->ctx; in find_victim()
705 static void __spu_schedule(struct spu *spu, struct spu_context *ctx) in __spu_schedule()
727 static void spu_schedule(struct spu *spu, struct spu_context *ctx) in spu_schedule()
750 static void spu_unschedule(struct spu *spu, struct spu_context *ctx, in spu_unschedule()
774 int spu_activate(struct spu_context *ctx, unsigned long flags) in spu_activate()
825 static struct spu_context *grab_runnable_context(int prio, int node) in grab_runnable_context()
827 struct spu_context *ctx; in grab_runnable_context()
850 static int __spu_deactivate(struct spu_context *ctx, int force, int max_prio) in __spu_deactivate()
853 struct spu_context *new = NULL; in __spu_deactivate()
883 void spu_deactivate(struct spu_context *ctx) in spu_deactivate()
897 void spu_yield(struct spu_context *ctx) in spu_yield()
907 static noinline void spusched_tick(struct spu_context *ctx) in spusched_tick()
909 struct spu_context *new = NULL; in spusched_tick()
1008 struct spu_context *ctx = spu->ctx; in spusched_thread()
1025 void spuctx_switch_state(struct spu_context *ctx, in spuctx_switch_state()