NetBSD/sys/dev/dmover
rmind 20bbb87e34 Implementation of per-CPU work-queues support for workqueue(9) interface.
WQ_PERCPU flag for workqueue and additional argument for workqueue_enqueue()
to assign a CPU might be used. Notes:
 - For now, the list is used for workqueue_queue, which is non-optimal,
   and will be changed with array, where index would be CPU ID.
 - The data structures should be changed to be cache-friendly.

Reviewed by: <yamt>, <tech-kern>
2007-07-12 20:39:56 +00:00
..
Makefile
dmover_backend.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
dmover_io.c Implementation of per-CPU work-queues support for workqueue(9) interface. 2007-07-12 20:39:56 +00:00
dmover_io.h
dmover_process.c
dmover_request.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
dmover_session.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 19:56:19 +00:00
dmover_util.c
dmovervar.h
files.dmover
swdmover.c Make a minimal adaption to the new kthread_create() signature 2007-07-12 14:15:55 +00:00