Searched refs:test_ww_mutex_kobj (Results 1 – 1 of 1) sorted by relevance
733 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()