Lines Matching defs:queue
278 * @queue: Crypto queue
290 * @hash_queue: Async hash queue.
316 struct crypto_queue queue;
1364 * s5p_hash_handle_queue() - handle hash queue
1368 * If req!=NULL enqueue it on dd->queue, if FLAGS_BUSY is not set on the
1369 * device then processes the first request from the dd->queue
1435 * in queue.
1544 * -EBUSY if queue is full and request should be resubmitted later,
1985 backlog = crypto_get_backlog(&dev->queue);
1986 async_req = crypto_dequeue_request(&dev->queue);
2012 err = crypto_enqueue_request(&dev->queue, &req->base);
2263 crypto_init_queue(&pdata->queue, CRYPTO_QUEUE_LEN);