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

/linux-master/drivers/edac/
H A Dedac_module.c52 if (opstate == OP_RUNNING_POLL)
H A Dedac_pci.c174 if (pci->op_state != OP_RUNNING_POLL) {
219 pci->op_state = OP_RUNNING_POLL;
H A Dedac_device.c330 if ((edac_dev->op_state == OP_RUNNING_POLL) &&
446 edac_dev->op_state = OP_RUNNING_POLL;
H A Dedac_mc.c476 if (mci->op_state != OP_RUNNING_POLL) {
506 if (mci->op_state == OP_RUNNING_POLL)
656 mci->op_state = OP_RUNNING_POLL;
/linux-master/include/linux/
H A Dedac.h330 #define OP_RUNNING_POLL 0x201 macro

Completed in 119 milliseconds