aboutsummaryrefslogtreecommitdiff
path: root/sys/net/rtsock.c
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2007-06-04 23:51:44 +0000
committerJeff Roberson <jeff@FreeBSD.org>2007-06-04 23:51:44 +0000
commit2502c107ba0002f72fa9cc5ecf32b380674ac4c9 (patch)
tree98103ce3dfc26a461168bb27d35de8de7593d97e /sys/net/rtsock.c
parentd72e80f09a2a3ef3e0c1a984dd5f64038f3d9f67 (diff)
downloadsrc-2502c107ba0002f72fa9cc5ecf32b380674ac4c9.tar.gz
src-2502c107ba0002f72fa9cc5ecf32b380674ac4c9.zip
Commit 3/14 of sched_lock decomposition.
- Add a per-turnstile spinlock to solve potential priority propagation deadlocks that are possible with thread_lock(). - The turnstile lock order is defined as the exact opposite of the lock order used with the sleep locks they represent. This allows us to walk in reverse order in priority_propagate and this is the only place we wish to multiply acquire turnstile locks. - Use the turnstile_chain lock to protect assigning mutexes to turnstiles. - Change the turnstile interface to pass back turnstile pointers to the consumers. This allows us to reduce some locking and makes it easier to cancel turnstile assignment while the turnstile chain lock is held. Tested by: kris, current@ Tested on: i386, amd64, ULE, 4BSD, libthr, libkse, PREEMPTION, etc. Discussed with: kris, attilio, kmacy, jhb, julian, bde (small parts each)
Notes
Notes: svn path=/head/; revision=170295
Diffstat (limited to 'sys/net/rtsock.c')
0 files changed, 0 insertions, 0 deletions