lockdep_is_held_type
#define lockdep_is_held_type(lock, r) lock_is_held_type(&(lock)->dep_map, (r))
#define lockdep_is_held_type(l, r) (1)