Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dscompress.c34 static void * __percpu *scomp_dst_scratches; variable
110 crypto_scomp_free_scratches(scomp_dst_scratches); in crypto_scomp_free_all_scratches()
112 scomp_dst_scratches = NULL; in crypto_scomp_free_all_scratches()
122 scomp_dst_scratches = crypto_scomp_alloc_scratches(); in crypto_scomp_alloc_all_scratches()
123 if (!scomp_dst_scratches) { in crypto_scomp_alloc_all_scratches()
151 u8 *scratch_dst = *per_cpu_ptr(scomp_dst_scratches, cpu); in scomp_acomp_comp_decomp()