Home
last modified time | relevance | path

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

/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
H A Dcgroup-defs.h762 struct lock_class_key lockdep_key; member
/linux/drivers/phy/
H A Dphy-core.c1022 lockdep_register_key(&phy->lockdep_key); in phy_create()
1023 mutex_init_with_key(&phy->mutex, &phy->lockdep_key); in phy_create()
1289 lockdep_unregister_key(&phy->lockdep_key); in phy_release()
/linux/include/linux/phy/
H A Dphy.h180 struct lock_class_key lockdep_key; member
/linux/kernel/cgroup/
H A Dcgroup.c4416 key = &cft->lockdep_key; in cgroup_add_file()