Lines Matching refs:queue_lock
39 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_finalize_request()
44 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_finalize_request()
80 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
106 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
112 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
140 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
195 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
222 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
228 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
265 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_transfer_request()
268 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
277 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
437 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_start()
440 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
445 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
465 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
472 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
474 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
482 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
540 spin_lock_init(&engine->queue_lock); in crypto_engine_alloc_init_and_set()