cvs commit: src/sys/opencrypto crypto.c

[ Available lists | Index of cvs-src | Month of May 2006 | Week of 22 May 2006 | Raw email | View thread | Wrap long lines | Reply ]
From
Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date
22 May 2006 09:59:19
Subject
cvs commit: src/sys/opencrypto crypto.c
Message-ID
200605220958.k4M9wYR7034258@repoman.freebsd.org


[ Hide this part ]
pjd         2006-05-22 09:58:34 UTC

FreeBSD src repository

Modified files:
sys/opencrypto crypto.c
Log:
Don't wakeup the crypto_ret_proc thread if it is running already.
Before the change if the thread was working on symmetric operation, we
would send unnecessary wakeup after adding asymmetric operation (when
asym queue was empty) and vice versa.

Revision Changes Path
1.23 +3 -2 src/sys/opencrypto/crypto.c


Elapsed time: 0.037 seconds