Home
last modified time | relevance | path

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

/crypto/
A Dscompress.c28 struct scomp_scratch { struct
36 static DEFINE_PER_CPU(struct scomp_scratch, scomp_scratch) = { argument
71 struct scomp_scratch *scratch; in crypto_scomp_free_scratches()
75 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_free_scratches()
101 struct scomp_scratch *scratch; in scomp_scratch_workfn()
103 scratch = per_cpu_ptr(&scomp_scratch, cpu); in scomp_scratch_workfn()
116 struct scomp_scratch *scratch; in crypto_scomp_alloc_scratches()
118 scratch = per_cpu_ptr(&scomp_scratch, i); in crypto_scomp_alloc_scratches()
145 struct scomp_scratch *scratch; in scomp_lock_scratch()
147 scratch = per_cpu_ptr(&scomp_scratch, cpu); in scomp_lock_scratch()
[all …]

Completed in 3 milliseconds