lockdep_pin_lock
#define lockdep_pin_lock(l) lock_pin_lock(&(l)->dep_map)
#define lockdep_pin_lock(l) ({ struct pin_cookie cookie = { }; cookie; })