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
58 * mc/ <existing memory device directory>
59 * cpu/cpu0/.. <L1 and L2 block directory>
60 * /L1-cache/ce_count
62 * /L2-cache/ce_count
64 * cpu/cpu1/.. <L1 and L2 block directory>
65 * /L1-cache/ce_count
67 * /L2-cache/ce_count
205 /* sysfs top name under 'edac' directory
253 * -1 indicating no offset value
254 * 0 for zero-based block numbers
255 * 1 for 1-based block number
256 * other for other-based block number
258 #define BLOCK_OFFSET_VALUE_OFF ((unsigned) -1)
263 * edac_device_add_device - Insert the 'edac_dev' structure into the
276 * edac_device_del_device - Remove sysfs entries for specified edac_device
290 * edac_device_handle_ce_count - Log correctable errors.
303 * edac_device_handle_ue_count - Log uncorrectable errors.
358 kfree(ci->pvt_info); in __edac_device_free_ctl_info()
359 kfree(ci->attribs); in __edac_device_free_ctl_info()
360 kfree(ci->blocks); in __edac_device_free_ctl_info()
361 kfree(ci->instances); in __edac_device_free_ctl_info()