summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssl/man/SSL_get_psk_identity.3
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-06-09 03:38:03 +0000
committerkib <kib@FreeBSD.org>2014-06-09 03:38:03 +0000
commite15884d6df140228c1e2db4ca751565a6933e1f5 (patch)
tree7c2316986992954183c7ec9c2758a423c606c097 /secure/lib/libssl/man/SSL_get_psk_identity.3
parent7f8a65c9fc018bdfb897ec396fdb4f936ac9bb1f (diff)
downloadFreeBSD-src-e15884d6df140228c1e2db4ca751565a6933e1f5.zip
FreeBSD-src-e15884d6df140228c1e2db4ca751565a6933e1f5.tar.gz
Change the nblock mutex, protecting the needsbuffer buffer deficit
flags, to rwlock. Lock it in read mode when used from subroutines called from buffer release code paths. The needsbuffer is now updated using atomics, while read lock of nblock prevents loosing the wakeups from bufspacewakeup() and bufcountadd() in getnewbuf_bufd_help(). In several interesting loads, needsbuffer flags are never set, while buffers are reused quickly. This causes brelse() and bqrelse() from different threads to content on the nblock. Now they take nblock in read mode, together with needsbuffer not needing an update, allowing higher parallelism. Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'secure/lib/libssl/man/SSL_get_psk_identity.3')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud