Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dscompress.c27 struct scomp_scratch { struct
33 static DEFINE_PER_CPU(struct scomp_scratch, scomp_scratch) = { argument
34 .lock = __SPIN_LOCK_UNLOCKED(scomp_scratch.lock),
70 struct scomp_scratch *scratch; in crypto_scomp_free_scratches()
74 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_free_scratches()
85 struct scomp_scratch *scratch; in crypto_scomp_alloc_scratches()
91 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_alloc_scratches()
126 struct scomp_scratch *scratch; in scomp_acomp_comp_decomp()
138 scratch = raw_cpu_ptr(&scomp_scratch); in scomp_acomp_comp_decomp()