Searched refs:streams (Results 1 – 2 of 2) sorted by relevance
367 struct crypto_acomp_stream __percpu *streams = s->streams; in acomp_stream_workfn() local392 struct crypto_acomp_stream __percpu *streams = s->streams; in crypto_acomp_free_streams() local396 s->streams = NULL; in crypto_acomp_free_streams()397 if (!streams) in crypto_acomp_free_streams()412 free_percpu(streams); in crypto_acomp_free_streams()423 if (s->streams) in crypto_acomp_alloc_streams()427 if (!streams) in crypto_acomp_alloc_streams()432 free_percpu(streams); in crypto_acomp_alloc_streams()437 ps = per_cpu_ptr(streams, i); in crypto_acomp_alloc_streams()445 s->streams = streams; in crypto_acomp_alloc_streams()[all …]
128 ret = crypto_acomp_alloc_streams(&alg->streams); in crypto_scomp_init_tfm()235 stream = crypto_acomp_lock_stream_bh(&crypto_scomp_alg(scomp)->streams); in scomp_acomp_comp_decomp()332 crypto_acomp_free_streams(&scomp->streams); in crypto_scomp_destroy()
Completed in 826 milliseconds