Lines Matching refs:queue_lock
51 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_finalize_request()
55 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_finalize_request()
83 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
109 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
115 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
140 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
177 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
200 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_pump_requests()
206 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
243 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_transfer_request()
246 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
255 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
415 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_start()
418 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
423 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
443 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
450 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
452 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
460 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
518 spin_lock_init(&engine->queue_lock); in crypto_engine_alloc_init_and_set()