[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <A0D7A9CD-B04B-4C54-A030-22B38DC50689@oracle.com>
Date: Thu, 15 Feb 2007 09:46:12 -0800
From: Zach Brown <zach.brown@...cle.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Arjan van de Ven <arjan@...radead.org>,
Christoph Hellwig <hch@...radead.org>,
Andrew Morton <akpm@....com.au>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Ulrich Drepper <drepper@...hat.com>,
Evgeniy Polyakov <johnpol@....mipt.ru>,
"David S. Miller" <davem@...emloft.net>,
Suparna Bhattacharya <suparna@...ibm.com>,
Davide Libenzi <davidel@...ilserver.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [patch 05/14] syslets: core code
> +static void
> +__mark_async_thread_ready(struct async_thread *at, struct
> async_head *ah)
> +{
> + list_del(&at->entry);
> + list_add_tail(&at->entry, &ah->ready_async_threads);
> +__mark_async_thread_busy(struct async_thread *at, struct
> async_head *ah)
> +{
> + list_del(&at->entry);
> + list_add_tail(&at->entry, &ah->busy_async_threads);
list_move_tail()?
- z
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists