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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c1245 static void free_notes_attrs(struct module_notes_attrs *notes_attrs, argument
1248 if (notes_attrs->dir) {
1250 sysfs_remove_bin_file(notes_attrs->dir,
1251 &notes_attrs->attrs[i]);
1252 kobject_put(notes_attrs->dir);
1254 kfree(notes_attrs);
1260 struct module_notes_attrs *notes_attrs; local
1277 notes_attrs = kzalloc(sizeof(*notes_attrs)
1278 + notes * sizeof(notes_attrs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmodule.h337 struct module_notes_attrs *notes_attrs; member in struct:module

Completed in 45 milliseconds