Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tracefile.c73 spin_lock_init(&tcd->tcd_lock); in cfs_tracefile_init_arch()
155 spin_lock_irqsave(&tcd->tcd_lock, tcd->tcd_lock_flags); in cfs_trace_lock_tcd()
157 spin_lock_bh(&tcd->tcd_lock); in cfs_trace_lock_tcd()
159 spin_lock_irq(&tcd->tcd_lock); in cfs_trace_lock_tcd()
161 spin_lock(&tcd->tcd_lock); in cfs_trace_lock_tcd()
166 __releases(&tcd->tcd_lock) in cfs_trace_unlock_tcd()
170 spin_unlock_irqrestore(&tcd->tcd_lock, tcd->tcd_lock_flags); in cfs_trace_unlock_tcd()
172 spin_unlock_bh(&tcd->tcd_lock); in cfs_trace_unlock_tcd()
174 spin_unlock_irq(&tcd->tcd_lock); in cfs_trace_unlock_tcd()
176 spin_unlock(&tcd->tcd_lock); in cfs_trace_unlock_tcd()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.h113 spinlock_t tcd_lock; member