Lines Matching refs:queue_lock

37 	spin_lock_irqsave(&engine->queue_lock, flags);  in crypto_finalize_request()
40 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_finalize_request()
50 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_finalize_request()
53 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()
131 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
170 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_pump_requests()
193 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_transfer_request()
196 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
205 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_transfer_request()
368 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_start()
371 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
376 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_start()
396 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
403 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
405 spin_lock_irqsave(&engine->queue_lock, flags); in crypto_engine_stop()
413 spin_unlock_irqrestore(&engine->queue_lock, flags); in crypto_engine_stop()
454 spin_lock_init(&engine->queue_lock); in crypto_engine_alloc_init()