cvs commit: src/sys/sys interrupt.h taskqueue.h src/sys/kern subr_taskqueue.c

Sam Leffler sam at FreeBSD.org
Fri Sep 5 16:09:23 PDT 2003


sam         2003/09/05 16:09:22 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              interrupt.h taskqueue.h 
    sys/kern             subr_taskqueue.c 
  Log:
  "fast swi" taskqueue support.  This is a taskqueue that uses spinlocks
  making it useful for dispatching swi tasks from fast interrupt handlers.
  
  Sponsered by:   FreeBSD Foundation
  
  Revision  Changes    Path
  1.18      +118 -0    src/sys/kern/subr_taskqueue.c
  1.24      +4 -3      src/sys/sys/interrupt.h
  1.9       +9 -0      src/sys/sys/taskqueue.h


More information about the cvs-src mailing list