Quoting Chris Wilson (2018-01-04 21:45:28) > +#define lockdep_rename(lock, name) \ > + lockdep_set_class_and_name(lock, (lock)->dep_map.key, name) Maybe lockdep_set_name() for similarity to the others. -Chris