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()
409 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_start()
412 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
417 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
437 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
444 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
446 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
454 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
512 spin_lock_init(&engine->queue_lock); in crypto_engine_alloc_init_and_set()