Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/edac/ |
D | edac_device.c | 633 int inst_nr, int block_nr, const char *msg) in edac_device_handle_ce() argument 638 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce() 641 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce() 646 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce() 652 inst_nr, block_nr, in edac_device_handle_ce() 679 int inst_nr, int block_nr, const char *msg) in edac_device_handle_ue() argument 684 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue() 687 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue() 692 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue() 698 inst_nr, block_nr, in edac_device_handle_ue()
|
D | edac_core.h | 495 int inst_nr, int block_nr, const char *msg); 497 int inst_nr, int block_nr, const char *msg);
|