Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | edac_device.c | 622 int inst_nr, int block_nr, const char *msg) in edac_device_handle_ce() argument 627 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce() 630 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce() 635 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce() 641 inst_nr, block_nr, in edac_device_handle_ce() 668 int inst_nr, int block_nr, const char *msg) in edac_device_handle_ue() argument 673 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue() 676 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue() 681 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue() 687 inst_nr, block_nr, in edac_device_handle_ue()
|
D | edac_core.h | 481 int inst_nr, int block_nr, const char *msg); 483 int inst_nr, int block_nr, const char *msg);
|