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()
79 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
105 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
111 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
139 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
194 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
221 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
227 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
263 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_transfer_request()
266 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
275 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
435 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_start()
438 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
443 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
463 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
470 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
472 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
480 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
538 spin_lock_init(&engine->queue_lock); in crypto_engine_alloc_init_and_set()