Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dtest-ww_mutex.c733 static struct kobject *test_ww_mutex_kobj; variable
745 test_ww_mutex_kobj = kobject_create_and_add("test_ww_mutex", kernel_kobj); in test_ww_mutex_init()
746 if (!test_ww_mutex_kobj) { in test_ww_mutex_init()
752 ret = sysfs_create_group(test_ww_mutex_kobj, &attr_group); in test_ww_mutex_init()
754 kobject_put(test_ww_mutex_kobj); in test_ww_mutex_init()
768 kobject_put(test_ww_mutex_kobj); in test_ww_mutex_exit()