__lock_is_held
static int __lock_is_held(const struct lockdep_map *lock, int read);
if (nest_lock && !__lock_is_held(nest_lock, -1)) {
ret = __lock_is_held(lock, read);