Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/edac/ |
D | edac_device.c | 646 int inst_nr, int block_nr, const char *msg) in edac_device_handle_ce() argument 651 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce() 654 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce() 659 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce() 665 inst_nr, block_nr, in edac_device_handle_ce() 692 int inst_nr, int block_nr, const char *msg) in edac_device_handle_ue() argument 697 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue() 700 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue() 705 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue() 711 inst_nr, block_nr, in edac_device_handle_ue()
|
D | edac_core.h | 856 int inst_nr, int block_nr, const char *msg); 858 int inst_nr, int block_nr, const char *msg);
|