Home
last modified time | relevance | path

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

/crypto/
A Dscompress.c77 free_page(scratch->saddr); in crypto_scomp_free_scratches()
78 scratch->src = NULL; in crypto_scomp_free_scratches()
90 spin_lock_bh(&scratch->lock); in scomp_alloc_scratch()
104 if (scratch->src) in scomp_scratch_workfn()
148 spin_lock(&scratch->lock); in scomp_lock_scratch()
149 if (likely(scratch->src)) in scomp_lock_scratch()
150 return scratch; in scomp_lock_scratch()
157 spin_lock(&scratch->lock); in scomp_lock_scratch()
158 return scratch; in scomp_lock_scratch()
162 __releases(scratch) in scomp_unlock_scratch()
[all …]

Completed in 3 milliseconds