Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dsysfs.c70 unsigned int nloaded = 0, i; in add_sect_attrs() local
76 nloaded++; in add_sect_attrs()
77 sect_attrs = kzalloc(struct_size(sect_attrs, attrs, nloaded), GFP_KERNEL); in add_sect_attrs()
81 gattr = kcalloc(nloaded + 1, sizeof(*gattr), GFP_KERNEL); in add_sect_attrs()