Searched refs:notes_attrs (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/module/
H A Dsysfs.c160 static void free_notes_attrs(struct module_notes_attrs *notes_attrs, argument
163 if (notes_attrs->dir) {
165 sysfs_remove_bin_file(notes_attrs->dir,
166 &notes_attrs->attrs[i]);
167 kobject_put(notes_attrs->dir);
169 kfree(notes_attrs);
175 struct module_notes_attrs *notes_attrs; local
192 notes_attrs = kzalloc(struct_size(notes_attrs, attrs, notes),
194 if (!notes_attrs)
[all...]
/linux-master/include/linux/
H A Dmodule.h483 struct module_notes_attrs *notes_attrs; member in struct:module

Completed in 181 milliseconds