Lines Matching +full:multi +full:- +full:instance
10 * http://www.anime.net/~goemon/linux-ecc/
15 * Refactored for multi-source files:
18 * Please look at Documentation/driver-api/edac.rst for more info about
59 * /L1-cache/ce_count
61 * /L2-cache/ce_count
64 * /L1-cache/ce_count
66 * /L2-cache/ce_count
97 * each block in each instance of the containing control structure can
108 struct edac_device_instance *instance; /* Up Pointer */ member
122 /* device instance control structure */
127 struct edac_device_counter counters; /* instance counters */
149 /* Per instance controls for this edac_device */
171 /* the internal state of this controller instance */
173 /* work struct for this instance */
194 * and instance name:
218 /* To get from the instance's wq to the beginning of the ctl structure */
238 * -1 indicating no offset value
239 * 0 for zero-based block numbers
240 * 1 for 1-based block number
241 * other for other-based block number
243 #define BLOCK_OFFSET_VALUE_OFF ((unsigned) -1)
248 * edac_device_add_device - Insert the 'edac_dev' structure into the
261 * edac_device_del_device - Remove sysfs entries for specified edac_device
275 * edac_device_handle_ce_count - Log correctable errors.
278 * @inst_nr: number of the instance where the CE error happened
288 * edac_device_handle_ue_count - Log uncorrectable errors.
291 * @inst_nr: number of the instance where the CE error happened
304 * @inst_nr: number of the instance where the CE error happened
319 * @inst_nr: number of the instance where the UE error happened
343 kfree(ci->pvt_info); in __edac_device_free_ctl_info()
344 kfree(ci->blocks); in __edac_device_free_ctl_info()
345 kfree(ci->instances); in __edac_device_free_ctl_info()