Searched refs:alg_cpu_state (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/crypto/
H A Dmcryptd.c196 struct mcryptd_alg_cstate *alg_cpu_state; mcryptd_flusher() local
202 alg_cpu_state = container_of(to_delayed_work(__work), mcryptd_flusher()
204 alg_state = alg_cpu_state->alg_state; mcryptd_flusher()
205 if (alg_cpu_state->cpu != cpu) mcryptd_flusher()
207 cpu, alg_cpu_state->cpu); mcryptd_flusher()
209 if (alg_cpu_state->flusher_engaged) { mcryptd_flusher()
212 list_del(&alg_cpu_state->flush_list); mcryptd_flusher()
213 alg_cpu_state->flusher_engaged = false; mcryptd_flusher()
215 alg_state->flusher(alg_cpu_state); mcryptd_flusher()

Completed in 68 milliseconds