Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-crypto-profile.h176 struct lock_class_key lockdep_key; member
H A Dcgroup-defs.h774 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.c4519 key = &cft->lockdep_key; in cgroup_add_file()