lock_is_held_type 358 include/linux/lockdep.h extern int lock_is_held_type(const struct lockdep_map *lock, int read); lock_is_held_type 362 include/linux/lockdep.h return lock_is_held_type(lock, -1); lock_is_held_type 366 include/linux/lockdep.h #define lockdep_is_held_type(lock, r) lock_is_held_type(&(lock)->dep_map, (r)) lock_is_held_type 4534 kernel/locking/lockdep.c EXPORT_SYMBOL_GPL(lock_is_held_type); lock_is_held_type 4535 kernel/locking/lockdep.c NOKPROBE_SYMBOL(lock_is_held_type);