Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dsysfs.c62 kfree(sect_attrs); in free_sect_attrs()
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->grp.name = "sections"; in add_sect_attrs()
91 sattr = &sect_attrs->attrs[0]; in add_sect_attrs()
115 mod->sect_attrs = sect_attrs; in add_sect_attrs()
118 free_sect_attrs(sect_attrs); in add_sect_attrs()
124 if (mod->sect_attrs) { in remove_sect_attrs()
126 &mod->sect_attrs->grp); in remove_sect_attrs()
[all …]
/linux-6.15/scripts/gdb/linux/
H A Dsymbols.py119 sect_attrs = module['sect_attrs'].dereference()
126 if sect_attrs['grp']['bin_attrs'][i] == 0x0:
129 attr = sect_attrs['grp']['bin_attrs'][i].dereference()
/linux-6.15/include/linux/
H A Dmodule.h492 struct module_sect_attrs *sect_attrs; member