rwatson 8da3c338df Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()
to NET_UNLOCK_GIANT().  While they are used in similar ways, the
semantics are quite different -- NET_LOCK_GIANT() and NET_UNLOCK_GIANT()
directly wrap mutex lock and unlock operations, whereas drop/pickup
special case the handling of Giant recursion.  Add a comment saying
as much.

Add NET_ASSERT_GIANT(), which conditionally asserts Giant based
on the value of debug_mpsafenet.
2004-03-01 22:37:01 +00:00
..
2004-02-21 21:32:15 +00:00
2004-02-21 23:38:58 +00:00
2004-03-01 17:33:11 +00:00
2004-02-21 21:10:55 +00:00
2004-02-29 10:21:40 +00:00
2004-01-25 17:18:12 +00:00
2004-02-21 21:10:55 +00:00
2004-02-29 10:21:40 +00:00
2004-02-21 21:10:55 +00:00
2004-02-21 21:10:55 +00:00
2004-02-29 06:01:16 +00:00
2004-02-21 21:10:55 +00:00
2004-01-17 03:28:27 +00:00