Searched refs:classname (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ww_mutex.h | 76 #define DEFINE_WD_CLASS(classname) \ argument 77 struct ww_class classname = __WW_CLASS_INITIALIZER(classname, 1) 79 #define DEFINE_WW_CLASS(classname) \ argument 80 struct ww_class classname = __WW_CLASS_INITIALIZER(classname, 0)
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_hwmod.h | 652 int omap_hwmod_for_each_by_class(const char *classname,
|
D | omap_hwmod.c | 3839 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument 3847 if (!classname || !fn) in omap_hwmod_for_each_by_class() 3851 __func__, classname); in omap_hwmod_for_each_by_class() 3854 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class()
|
/Linux-v4.19/security/selinux/ |
D | selinuxfs.c | 1763 static int sel_make_class_dir_entries(char *classname, int index, in sel_make_class_dir_entries() argument 1790 rc = sel_make_perm_files(classname, index, dentry); in sel_make_class_dir_entries()
|