Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dww_mutex.h76 #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-v5.4/Documentation/sphinx/
Dautomarkup.py59 classname = None)
/Linux-v5.4/arch/arm/mach-omap2/
Domap_hwmod.h652 int omap_hwmod_for_each_by_class(const char *classname,
Domap_hwmod.c4000 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument
4008 if (!classname || !fn) in omap_hwmod_for_each_by_class()
4012 __func__, classname); in omap_hwmod_for_each_by_class()
4015 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class()
/Linux-v5.4/security/selinux/
Dselinuxfs.c1762 static int sel_make_class_dir_entries(char *classname, int index, in sel_make_class_dir_entries() argument
1789 rc = sel_make_perm_files(classname, index, dentry); in sel_make_class_dir_entries()