Searched refs:crypto_queue_len (Results 1 – 2 of 2) sorted by relevance
93 if (!crypto_queue_len(&engine->queue) || !engine->running) { in crypto_pump_requests()471 while ((crypto_queue_len(&engine->queue) || engine->busy) && limit--) { in crypto_engine_stop()477 if (crypto_queue_len(&engine->queue) || engine->busy) in crypto_engine_stop()
144 static inline unsigned int crypto_queue_len(struct crypto_queue *queue) in crypto_queue_len() function