Lines Matching defs:token_attrs
30 static struct attribute **token_attrs;
425 if (!token_attrs[i])
427 if (strcmp(token_attrs[i]->name, attr->attr.name) == 0)
491 token_attrs = kzalloc(size, GFP_KERNEL);
492 if (!token_attrs)
508 token_attrs[j++] = &token_location_attrs[i].attr;
519 token_attrs[j++] = &token_value_attrs[i].attr;
526 smbios_attribute_group.attrs = token_attrs;
538 kfree(token_attrs);
557 kfree(token_attrs);