Lines Matching +full:directory +full:- +full:based
9 * Based on work by Dan Hollis <goemon at anime dot net> and others.
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
57 * mc/ <existing memory device directory>
58 * cpu/cpu0/.. <L1 and L2 block directory>
59 * /L1-cache/ce_count
61 * /L2-cache/ce_count
63 * cpu/cpu1/.. <L1 and L2 block directory>
64 * /L1-cache/ce_count
66 * /L2-cache/ce_count
193 /* sysfs top name under 'edac' directory
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.
288 * edac_device_handle_ue_count - Log uncorrectable errors.
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()