Searched refs:req_lock (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dwrite.c128 spinlock_t *req_lock = &NFS_I(page->mapping->host)->req_lock; local
130 spin_lock(req_lock);
132 spin_unlock(req_lock);
258 spinlock_t *req_lock = &nfsi->req_lock; local
261 spin_lock(req_lock);
265 spin_unlock(req_lock);
275 spin_unlock(req_lock);
280 spin_lock(req_lock);
967 spinlock_t *req_lock = &NFS_I(page->mapping->host)->req_lock; local
1419 spinlock_t *req_lock; local
[all...]
H A Dpagelist.c133 spin_lock(&nfsi->req_lock);
135 spin_unlock(&nfsi->req_lock);
384 * You must be holding the inode's req_lock when calling this function
H A Dinode.c1168 spin_lock_init(&nfsi->req_lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dether.c128 spinlock_t req_lock; member in struct:eth_dev
1110 spin_lock(&dev->req_lock);
1116 spin_unlock(&dev->req_lock);
1118 spin_lock(&dev->req_lock);
1120 spin_unlock(&dev->req_lock);
1124 spin_lock(&dev->req_lock);
1130 spin_unlock(&dev->req_lock);
1132 spin_lock(&dev->req_lock);
1134 spin_unlock(&dev->req_lock);
1701 spin_lock(&dev->req_lock);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h113 struct semaphore req_lock; member in struct:hci_dev
650 #define hci_req_lock(d) down(&d->req_lock)
651 #define hci_req_unlock(d) up(&d->req_lock)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h158 spinlock_t req_lock; member in struct:nfs_inode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c858 init_MUTEX(&hdev->req_lock);

Completed in 149 milliseconds