[Cbe-oss-dev] [PATCH 9/10] spu sched: implement real runqueues
Christoph Hellwig
hch at lst.de
Thu Feb 1 02:41:56 EST 2007
On Mon, Jan 08, 2007 at 12:36:31AM +0100, Christoph Hellwig wrote:
> On Mon, Jan 08, 2007 at 10:34:15AM +1100, Jeremy Kerr wrote:
> > > + struct list_head rq[MAX_PRIO];
> >
> > Can we call this 'runq' instead?
> >
> > > + struct mutex mutex;
> >
> > and this one 'runq_mutex' ? I know it also protects the bitfield, but
> > that's really part of the run queue system.
>
> Makes sense, I'll do these changes.
FYI: In the current patch version it's a spinlock, so it's named runq_lock
now.
More information about the cbe-oss-dev
mailing list