Searched refs:req_lock (Results 1 – 4 of 4) sorted by relevance
15 #define hci_req_sync_lock(hdev) mutex_lock(&hdev->req_lock)16 #define hci_req_sync_unlock(hdev) mutex_unlock(&hdev->req_lock)
516 struct mutex req_lock; member
810 spinlock_t req_lock; /* provides atomicity */ member1082 spin_lock_irqsave(&rqstor->req_lock, flags); \1090 spin_unlock_irqrestore(&rqstor->req_lock, flags); in unlock_requestor()
229 struct mutex req_lock; member