lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 18 Jul 2008 20:44:06 -0700
From:	Arjan van de Ven <arjan@...radead.org>
To:	Daniel Walker <dwalker@...sta.com>
Cc:	linux-kernel@...r.kernel.org, mingo@...e.hu
Subject: Re: [patch 1/3] fastboot: Create a "asynchronous" initlevel

On Fri, 18 Jul 2008 18:22:20 -0700
Daniel Walker <dwalker@...sta.com> wrote:

> On Fri, 2008-07-18 at 15:16 -0700, Arjan van de Ven wrote:
> > +static void __init do_initcalls(void)
> > +{
> > +       initcall_t *call;
> > +       static DECLARE_WORK(async_work, do_async_initcalls);
> > +       int phase = 0; /* 0 = levels 0 - 6, 1 = level 6a, 2 = after
> > level 6a */
> > +
> > +       async_init_wq = create_singlethread_workqueue("kasyncinit");
> > +
> 
> Could you spawning one thread per cpu, and queuing the work evenly?

not without loosing the ordering.....



-- 
If you want to reach me at my work email, use arjan@...ux.intel.com
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ