Home
last modified time | relevance | path

Searched refs:OP_OFFLINE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/edac/
Dedac_module.c42 else if (opstate == OP_OFFLINE) in edac_op_state_to_string()
Dedac_device.c395 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
603 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
Dedac_mc.c301 if (mci->op_state == OP_OFFLINE) { in edac_mc_workq_function()
596 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
Dedac_pci.c419 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
Dedac_core.h218 #define OP_OFFLINE 0x300 macro