Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dscompress.c26 struct scomp_scratch { struct
32 static DEFINE_PER_CPU(struct scomp_scratch, scomp_scratch) = { argument
33 .lock = __SPIN_LOCK_UNLOCKED(scomp_scratch.lock),
63 struct scomp_scratch *scratch; in crypto_scomp_free_scratches()
67 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_free_scratches()
78 struct scomp_scratch *scratch; in crypto_scomp_alloc_scratches()
84 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_alloc_scratches()
119 struct scomp_scratch *scratch; in scomp_acomp_comp_decomp()
135 scratch = raw_cpu_ptr(&scomp_scratch); in scomp_acomp_comp_decomp()