Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dmodule.c1413 static void free_notes_attrs(struct module_notes_attrs *notes_attrs, in free_notes_attrs() argument
1416 if (notes_attrs->dir) { in free_notes_attrs()
1418 sysfs_remove_bin_file(notes_attrs->dir, in free_notes_attrs()
1419 &notes_attrs->attrs[i]); in free_notes_attrs()
1420 kobject_put(notes_attrs->dir); in free_notes_attrs()
1422 kfree(notes_attrs); in free_notes_attrs()
1428 struct module_notes_attrs *notes_attrs; in add_notes_attrs() local
1445 notes_attrs = kzalloc(sizeof(*notes_attrs) in add_notes_attrs()
1446 + notes * sizeof(notes_attrs->attrs[0]), in add_notes_attrs()
1448 if (notes_attrs == NULL) in add_notes_attrs()
[all …]
/linux-4.1.27/include/linux/
Dmodule.h314 struct module_notes_attrs *notes_attrs; member