Searched refs:lockdep_key (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/platform/chrome/ |
H A D | cros_ec.c | 203 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 D | blk-crypto-profile.c | 88 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 D | mmap_lock.h | 116 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 D | blk-crypto-profile.h | 176 struct lock_class_key lockdep_key; member
|
/linux/drivers/phy/ |
H A D | phy-core.c | 997 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 D | phy.h | 169 struct lock_class_key lockdep_key; member
|
/linux/fs/bcachefs/ |
H A D | btree_iter.c | 3486 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 D | cgroup.c | 4319 key = &cft->lockdep_key; in cgroup_add_file()
|