Home
last modified time | relevance | path

Searched refs:lockdep_key (Results 1 – 6 of 6) 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()
445 lockdep_unregister_key(&profile->lockdep_key); in blk_crypto_profile_destroy()
/linux/include/linux/
H A Dblk-crypto-profile.h176 struct lock_class_key lockdep_key; member
H A Dcgroup-defs.h765 struct lock_class_key lockdep_key; member
/linux/drivers/phy/
H A Dphy-core.c1019 lockdep_register_key(&phy->lockdep_key); in phy_create()
1020 mutex_init_with_key(&phy->mutex, &phy->lockdep_key); in phy_create()
1286 lockdep_unregister_key(&phy->lockdep_key); in phy_release()
/linux/mm/
H A Dhugetlb_cgroup.c828 lockdep_register_key(&cft->lockdep_key); in hugetlb_cgroup_cfttypes_init()
/linux/kernel/cgroup/
H A Dcgroup.c4418 key = &cft->lockdep_key; in cgroup_add_file()