Searched refs:crypt_finished (Results 1 – 1 of 1) sorted by relevance
1953 int crypt_finished; in kcryptd_crypt_write_convert() local1979 crypt_finished = atomic_dec_and_test(&ctx->cc_pending); in kcryptd_crypt_write_convert()1980 if (!crypt_finished && kcryptd_crypt_write_inline(cc, ctx)) { in kcryptd_crypt_write_convert()1983 crypt_finished = 1; in kcryptd_crypt_write_convert()1987 if (crypt_finished) { in kcryptd_crypt_write_convert()