Lines Matching defs:spu_context
67 struct spu_context { struct
68 struct spu *spu; /* pointer to a physical SPU */
69 struct spu_state csa; /* SPU context save area. */
70 spinlock_t mmio_lock; /* protects mmio access */
94 struct spu_context_ops *ops; argument
95 struct work_struct reap_work;
96 unsigned long flags;
97 unsigned long event_return;
99 struct list_head gang_list;
100 struct spu_gang *gang;
101 struct kref *prof_priv_kref;
102 void ( * prof_priv_release) (struct kref *kref);
105 pid_t tid;
108 struct list_head rq;
109 unsigned int time_slice;
110 unsigned long sched_flags;
111 cpumask_t cpus_allowed;
112 int policy;
113 int prio;
114 int last_ran;
117 struct {
148 struct spu_context *aff_ref_ctx; argument