Searched refs:scomp_scratch (Results 1 – 1 of 1) sorted by relevance
30 struct scomp_scratch { struct39 static DEFINE_PER_CPU(struct scomp_scratch, scomp_scratch) = { argument40 .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()92 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_alloc_scratches()179 struct scomp_scratch *scratch = raw_cpu_ptr(&scomp_scratch); in scomp_acomp_comp_decomp()