Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dmodule.c1576 static void free_notes_attrs(struct module_notes_attrs *notes_attrs, in free_notes_attrs() argument
1579 if (notes_attrs->dir) { in free_notes_attrs()
1581 sysfs_remove_bin_file(notes_attrs->dir, in free_notes_attrs()
1582 &notes_attrs->attrs[i]); in free_notes_attrs()
1583 kobject_put(notes_attrs->dir); in free_notes_attrs()
1585 kfree(notes_attrs); in free_notes_attrs()
1591 struct module_notes_attrs *notes_attrs; in add_notes_attrs() local
1608 notes_attrs = kzalloc(sizeof(*notes_attrs) in add_notes_attrs()
1609 + notes * sizeof(notes_attrs->attrs[0]), in add_notes_attrs()
1611 if (notes_attrs == NULL) in add_notes_attrs()
[all …]
/linux-4.4.14/include/linux/
Dmodule.h428 struct module_notes_attrs *notes_attrs; member