Scott Long
ef3cf714a4
Provide locking for the ccb_bioq. This allows xpt_done() to be called without
...
Giant held. In camisr(), move the ccb_bioq elements to a temporary local list
and then process the elements off of that list. This enables the list to be
processed by only taking the ccb_bioq_lock once and only for a very short
time.
ccb_bioq_lock is a leaf mutex, so it's fine to call xpt_done() with other
locks held. This is just a very minor step in the work to lock CAM, but
it allows us to avoid some messy locking/unlock dances in certain drivers.
2005-02-09 11:44:15 +00:00
..
2005-02-06 13:46:39 +00:00
2005-02-08 01:21:24 +00:00
2005-02-09 00:10:17 +00:00
2005-02-08 20:43:04 +00:00
2005-02-02 14:27:36 +00:00
2005-02-09 11:44:15 +00:00
2005-02-07 08:04:24 +00:00
2005-02-08 17:23:25 +00:00
2005-02-09 07:34:22 +00:00
2005-02-03 23:01:01 +00:00
2004-12-21 08:47:35 +00:00
2005-01-06 01:34:41 +00:00
2005-02-09 06:16:27 +00:00
2005-02-08 07:51:14 +00:00
2005-01-06 18:27:30 +00:00
2005-02-09 08:29:39 +00:00
2005-01-28 14:42:17 +00:00
2005-01-06 22:18:23 +00:00
2005-02-08 22:15:24 +00:00
2005-02-09 04:48:23 +00:00
2005-02-08 20:25:07 +00:00
2005-01-29 16:23:39 +00:00
2005-02-08 23:27:10 +00:00
2005-02-03 15:51:39 +00:00
2005-02-09 08:35:24 +00:00
2005-01-30 12:57:47 +00:00
2005-02-03 16:21:07 +00:00
2005-01-07 02:35:34 +00:00
2005-01-07 01:45:51 +00:00
2005-02-08 10:31:55 +00:00
2005-02-06 11:13:59 +00:00
2005-02-09 01:12:43 +00:00
2005-01-07 01:45:51 +00:00
2005-01-09 07:34:55 +00:00
2005-01-10 13:06:42 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-24 12:31:06 +00:00
2005-02-07 18:21:50 +00:00
2005-01-24 22:09:13 +00:00
2005-01-07 02:29:27 +00:00
2005-02-07 12:23:07 +00:00
2005-01-07 02:29:27 +00:00
2005-01-29 19:26:53 +00:00
2005-01-07 02:29:27 +00:00
2005-02-06 01:55:08 +00:00
2005-01-07 02:29:27 +00:00
2005-01-30 12:38:47 +00:00
2005-02-06 13:46:39 +00:00
2005-02-08 21:31:11 +00:00
2005-02-08 12:54:32 +00:00
2005-02-08 21:31:11 +00:00
2005-02-04 06:18:31 +00:00
2004-08-19 09:54:28 +00:00