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
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
dmover_session.c
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