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