summaryrefslogtreecommitdiff
path: root/crypto/seqiv.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2011-01-04 15:38:44 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2011-01-04 23:34:08 +1100
commitc393d4857646f99eb6b5ba569e5d7653b7d9f2da (patch)
tree4abac1820e484cfc7bdba0796b412680f932fdaa /crypto/seqiv.c
parentae168c713f0a82f705e3dd8433db9664f7a8836f (diff)
downloadlinux-crypto-c393d4857646f99eb6b5ba569e5d7653b7d9f2da.tar.gz
linux-crypto-c393d4857646f99eb6b5ba569e5d7653b7d9f2da.zip
crypto: mark crypto workqueues CPU_INTENSIVE
kcrypto_wq and pcrypt->wq's are used to run ciphers and may consume considerable amount of CPU cycles. Mark both as CPU_INTENSIVE so that they don't block other work items. As the workqueues are primarily used to burn CPU cycles, concurrency levels shouldn't matter much and are left at 1. A higher value may be beneficial and needs investigation. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/seqiv.c')
0 files changed, 0 insertions, 0 deletions