Home
last modified time | relevance | path

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

/crypto/
A Dacompress.c375 if (ps->ctx) in acomp_stream_workfn()
383 ps->ctx = ctx; in acomp_stream_workfn()
406 if (!ps->ctx) in crypto_acomp_free_streams()
409 free_ctx(ps->ctx); in crypto_acomp_free_streams()
438 ps->ctx = ctx; in crypto_acomp_alloc_streams()
460 spin_lock_bh(&ps->lock); in crypto_acomp_lock_stream_bh()
461 if (likely(ps->ctx)) in crypto_acomp_lock_stream_bh()
462 return ps; in crypto_acomp_lock_stream_bh()
463 spin_unlock(&ps->lock); in crypto_acomp_lock_stream_bh()
469 spin_lock(&ps->lock); in crypto_acomp_lock_stream_bh()
[all …]

Completed in 5 milliseconds