Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Dedac_module.c34 if (opstate == OP_RUNNING_POLL) in edac_op_state_to_string()
Dedac_mc.c330 if (mci->op_state != OP_RUNNING_POLL) in edac_mc_workq_setup()
349 if (mci->op_state != OP_RUNNING_POLL) in edac_mc_workq_teardown()
380 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period()
539 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc()
Dedac_pci.c233 if (pci->op_state == OP_RUNNING_POLL) { in edac_pci_workq_function()
353 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device()
Dedac_device.c388 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
528 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
/linux-3.4.99/include/linux/
Dedac.h202 #define OP_RUNNING_POLL 0x201 macro