Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Dedac_device_sysfs.c560 if (sysfs_attrib && block->nr_attribs) { in edac_device_create_block()
561 for (i = 0; i < block->nr_attribs; i++, sysfs_attrib++) { in edac_device_create_block()
601 if (sysfs_attrib && block->nr_attribs) { in edac_device_delete_block()
602 for (i = 0; i < block->nr_attribs; i++, sysfs_attrib++) { in edac_device_delete_block()
Dedac_core.h190 int nr_attribs; /* how many attributes */ member
314 unsigned nr_attribs,
Dedac_device.c198 blk->nr_attribs = nr_attrib; in edac_device_alloc_ctl_info()