cvs commit: src/sys/cam cam_sim.c cam_sim.h cam_xpt.c

Scott Long scottl at FreeBSD.org
Thu Apr 19 14:28:44 UTC 2007


scottl      2007-04-19 14:28:43 UTC

  FreeBSD src repository

  Modified files:
    sys/cam              cam_sim.c cam_sim.h cam_xpt.c 
  Log:
  Split the camisr into per-SIM done queues.  This optimizes the locking a
  little bit and allows for direct dispatch of the doneq from certain
  contexts that would otherwise face recursive locking problems.
  
  Revision  Changes    Path
  1.11      +1 -0      src/sys/cam/cam_sim.c
  1.8       +3 -0      src/sys/cam/cam_sim.h
  1.179     +45 -45    src/sys/cam/cam_xpt.c


More information about the cvs-src mailing list