Searched refs:sc_lock (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c146 spin_lock_init(&cma_xprt->sc_lock);
235 spin_lock(&listen_xprt->sc_lock);
237 spin_unlock(&listen_xprt->sc_lock);
386 spin_lock(&listen_rdma->sc_lock);
394 spin_unlock(&listen_rdma->sc_lock);
/linux-master/include/linux/sunrpc/
H A Dsvc_rdma.h107 spinlock_t sc_lock; /* transport lock */ member in struct:svcxprt_rdma
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c451 * Must be called with dd->sc_lock held.
479 * Must be called with dd->sc_lock held.
685 spin_lock_irqsave(&dd->sc_lock, flags);
688 spin_unlock_irqrestore(&dd->sc_lock, flags);
797 spin_unlock_irqrestore(&dd->sc_lock, flags);
855 spin_lock_irqsave(&dd->sc_lock, flags);
869 spin_unlock_irqrestore(&dd->sc_lock, flags);
1715 * This routine takes the sc_lock without an irqsave because it is only
1724 spin_lock(&dd->sc_lock);
1748 spin_unlock(&dd->sc_lock);
[all...]
H A Ddebugfs.c404 spin_lock_irqsave(&dd->sc_lock, flags);
408 spin_unlock_irqrestore(&dd->sc_lock, flags);
H A Dhfi.h1047 spinlock_t sc_lock; member in struct:hfi1_devdata
H A Dinit.c1248 spin_lock_init(&dd->sc_lock);
H A Dchip.c5965 spin_lock_irqsave(&dd->sc_lock, irq_flags);
5970 spin_unlock_irqrestore(&dd->sc_lock, irq_flags);
5992 spin_unlock_irqrestore(&dd->sc_lock, irq_flags);
/linux-master/fs/nfsd/
H A Dstate.h120 spinlock_t sc_lock; member in struct:nfs4_stid
H A Dnfs4state.c964 spin_lock_init(&stid->sc_lock);
1233 spin_lock(&stid->sc_lock);
1237 spin_unlock(&stid->sc_lock);
6718 spin_lock(&s->sc_lock);
6722 spin_unlock(&s->sc_lock);
7116 spin_lock(&s->sc_lock);
7120 spin_unlock(&s->sc_lock);
7137 spin_unlock(&s->sc_lock);
7143 spin_unlock(&s->sc_lock);

Completed in 255 milliseconds