Home
last modified time | relevance | path

Searched refs:sect_attrs (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/module/
H A Dsysfs.c55 static void free_sect_attrs(struct module_sect_attrs *sect_attrs) in free_sect_attrs() argument
59 for (bin_attr = sect_attrs->grp.bin_attrs; *bin_attr; bin_attr++) in free_sect_attrs()
61 kfree(sect_attrs->grp.bin_attrs); in free_sect_attrs()
62 kfree(sect_attrs); in free_sect_attrs()
67 struct module_sect_attrs *sect_attrs; in add_sect_attrs() local
77 sect_attrs = kzalloc(struct_size(sect_attrs, attrs, nloaded), GFP_KERNEL); in add_sect_attrs()
78 if (!sect_attrs) in add_sect_attrs()
83 kfree(sect_attrs); in add_sect_attrs()
88 sect_attrs in add_sect_attrs()
[all...]
/linux/scripts/gdb/linux/
H A Dsymbols.py149 sect_attrs = module['sect_attrs'].dereference()
156 if sect_attrs['grp']['bin_attrs'][i] == 0x0:
159 attr = sect_attrs['grp']['bin_attrs'][i].dereference()
/linux/include/linux/
H A Dmodule.h472 struct module_sect_attrs *sect_attrs; member