Home
last modified time | relevance | path

Searched refs:lockdep_key (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_ec.c203 lockdep_register_key(&ec_dev->lockdep_key); in cros_ec_register()
205 lockdep_set_class(&ec_dev->lock, &ec_dev->lockdep_key); in cros_ec_register()
306 lockdep_unregister_key(&ec_dev->lockdep_key); in cros_ec_register()
327 lockdep_unregister_key(&ec_dev->lockdep_key); in cros_ec_unregister()
/linux/block/
H A Dblk-crypto-profile.c88 lockdep_register_key(&profile->lockdep_key); in blk_crypto_profile_init()
89 __init_rwsem(&profile->lock, "&profile->lock", &profile->lockdep_key); in blk_crypto_profile_init()
447 lockdep_unregister_key(&profile->lockdep_key); in blk_crypto_profile_destroy()
/linux/include/linux/
H A Dmmap_lock.h116 static struct lock_class_key lockdep_key; in vma_lock_init() local
118 lockdep_init_map(&vma->vmlock_dep_map, "vm_lock", &lockdep_key, 0); in vma_lock_init()
H A Dblk-crypto-profile.h176 struct lock_class_key lockdep_key; member
/linux/drivers/phy/
H A Dphy-core.c997 lockdep_register_key(&phy->lockdep_key); in phy_create()
998 mutex_init_with_key(&phy->mutex, &phy->lockdep_key); in phy_create()
1264 lockdep_unregister_key(&phy->lockdep_key); in phy_release()
/linux/include/linux/phy/
H A Dphy.h169 struct lock_class_key lockdep_key; member
/linux/fs/bcachefs/
H A Dbtree_iter.c3486 static struct lock_class_key lockdep_key; in __bch2_trans_get() local
3487 lockdep_init_map(&trans->dep_map, "bcachefs_btree", &lockdep_key, 0); in __bch2_trans_get()
/linux/kernel/cgroup/
H A Dcgroup.c4319 key = &cft->lockdep_key; in cgroup_add_file()