Searched refs:lock_is_held_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dlockdep.h219 /* lock_is_held_type() returns */
227 extern int lock_is_held_type(const struct lockdep_map *lock, int read);
231 return lock_is_held_type(lock, -1);
235 #define lockdep_is_held_type(lock, r) lock_is_held_type(&(lock)->dep_map, (r))
H A Dmaple_tree.h191 lock_is_held_type((mt)->ma_external_lock, 0))
/linux-master/drivers/dma-buf/
H A Ddma-fence.c305 if (lock_is_held_type(&dma_fence_lockdep_map, 1))
338 tmp = lock_is_held_type(&dma_fence_lockdep_map, 1);
/linux-master/kernel/locking/
H A Dlockdep.c5809 noinstr int lock_is_held_type(const struct lockdep_map *lock, int read) function
5831 EXPORT_SYMBOL_GPL(lock_is_held_type); variable
5832 NOKPROBE_SYMBOL(lock_is_held_type); variable

Completed in 181 milliseconds