Home
last modified time | relevance | path

Searched refs:queue_spinlock (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/crypto/
Dsahara.c199 spinlock_t queue_spinlock; member
645 spin_lock_bh(&dev->queue_spinlock); in sahara_aes_crypt()
647 spin_unlock_bh(&dev->queue_spinlock); in sahara_aes_crypt()
1046 spin_lock_bh(&dev->queue_spinlock); in sahara_queue_manage()
1049 spin_unlock_bh(&dev->queue_spinlock); in sahara_queue_manage()
1095 spin_lock_bh(&dev->queue_spinlock); in sahara_sha_enqueue()
1097 spin_unlock_bh(&dev->queue_spinlock); in sahara_sha_enqueue()
1452 spin_lock_init(&dev->queue_spinlock); in sahara_probe()