Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tracefile.c75 spin_lock_init(&tcd->tcd_lock); in cfs_tracefile_init_arch()
158 spin_lock_irqsave(&tcd->tcd_lock, tcd->tcd_lock_flags); in cfs_trace_lock_tcd()
160 spin_lock_bh(&tcd->tcd_lock); in cfs_trace_lock_tcd()
162 spin_lock_irq(&tcd->tcd_lock); in cfs_trace_lock_tcd()
164 spin_lock(&tcd->tcd_lock); in cfs_trace_lock_tcd()
169 __releases(&tcd->tcd_lock) in cfs_trace_unlock_tcd()
173 spin_unlock_irqrestore(&tcd->tcd_lock, tcd->tcd_lock_flags); in cfs_trace_unlock_tcd()
175 spin_unlock_bh(&tcd->tcd_lock); in cfs_trace_unlock_tcd()
177 spin_unlock_irq(&tcd->tcd_lock); in cfs_trace_unlock_tcd()
179 spin_unlock(&tcd->tcd_lock); in cfs_trace_unlock_tcd()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.h116 spinlock_t tcd_lock; member