Home
last modified time | relevance | path

Searched refs:lock (Results 1 – 4 of 4) sorted by relevance

/crypto/
A Djitterentropy-testing.c22 spinlock_t lock; member
43 spin_lock_irqsave(&data->lock, flags); in jent_testing_reset()
46 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reset()
83 spin_lock_irqsave(&data->lock, flags); in jent_testing_store()
94 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_store()
106 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_store()
132 spin_lock_irqsave(&data->lock, flags); in jent_testing_reader()
137 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reader()
160 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reader()
168 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reader()
[all …]
A Dscompress.c29 spinlock_t lock; member
37 .lock = __SPIN_LOCK_UNLOCKED(scomp_scratch.lock),
90 spin_lock_bh(&scratch->lock); in scomp_alloc_scratch()
92 spin_unlock_bh(&scratch->lock); in scomp_alloc_scratch()
148 spin_lock(&scratch->lock); in scomp_lock_scratch()
151 spin_unlock(&scratch->lock); in scomp_lock_scratch()
157 spin_lock(&scratch->lock); in scomp_lock_scratch()
164 spin_unlock(&scratch->lock); in scomp_unlock_scratch()
A Dacompress.c382 spin_lock_bh(&ps->lock); in acomp_stream_workfn()
384 spin_unlock_bh(&ps->lock); in acomp_stream_workfn()
442 spin_lock_init(&ps->lock); in crypto_acomp_alloc_streams()
460 spin_lock_bh(&ps->lock); in crypto_acomp_lock_stream_bh()
463 spin_unlock(&ps->lock); in crypto_acomp_lock_stream_bh()
469 spin_lock(&ps->lock); in crypto_acomp_lock_stream_bh()
A Dgeniv.c115 spin_lock_init(&ctx->lock); in aead_init_geniv()

Completed in 35 milliseconds