Home
last modified time | relevance | path

Searched refs:inst_nr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_device.h292 * @inst_nr: number of the instance where the CE error happened
298 unsigned int count, int inst_nr, int block_nr,
305 * @inst_nr: number of the instance where the CE error happened
311 unsigned int count, int inst_nr, int block_nr,
318 * @inst_nr: number of the instance where the CE error happened
323 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce() argument
326 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ce()
333 * @inst_nr: number of the instance where the UE error happened
338 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue() argument
341 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_n in edac_device_handle_ue()
[all...]
H A Dedac_device.c557 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count()
566 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count()
569 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count()
574 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count()
580 inst_nr, block_nr, in edac_device_handle_ce_count()
603 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count()
612 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count()
615 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count()
556 edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev, unsigned int count, int inst_nr, int block_nr, const char *msg) edac_device_handle_ce_count() argument
602 edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev, unsigned int count, int inst_nr, int block_nr, const char *msg) edac_device_handle_ue_count() argument
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_device.h293 * @inst_nr: number of the instance where the CE error happened
299 unsigned int count, int inst_nr, int block_nr,
306 * @inst_nr: number of the instance where the CE error happened
312 unsigned int count, int inst_nr, int block_nr,
319 * @inst_nr: number of the instance where the CE error happened
324 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce() argument
327 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ce()
334 * @inst_nr: number of the instance where the UE error happened
339 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue() argument
342 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_n in edac_device_handle_ue()
[all...]
H A Dedac_device.c527 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count()
536 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count()
539 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count()
544 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count()
550 inst_nr, block_nr, in edac_device_handle_ce_count()
573 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count()
582 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count()
585 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count()
526 edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev, unsigned int count, int inst_nr, int block_nr, const char *msg) edac_device_handle_ce_count() argument
572 edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev, unsigned int count, int inst_nr, int block_nr, const char *msg) edac_device_handle_ue_count() argument
[all...]

Completed in 3 milliseconds