Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/chtls/
Dchtls_cm.c511 spin_lock(&cdev->listen_lock); in listen_hash_add()
514 spin_unlock(&cdev->listen_lock); in listen_hash_add()
528 spin_lock(&cdev->listen_lock); in listen_hash_find()
534 spin_unlock(&cdev->listen_lock); in listen_hash_find()
548 spin_lock(&cdev->listen_lock); in listen_hash_del()
556 spin_unlock(&cdev->listen_lock); in listen_hash_del()
Dchtls.h126 spinlock_t listen_lock; /* lock for listen list */ member
Dchtls_main.c267 spin_lock_init(&cdev->listen_lock); in chtls_uld_add()