Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/edac/
Dedac_pci.c178 if (pci->op_state != OP_RUNNING_POLL) { in edac_pci_workq_function()
223 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device()
Dedac_module.c52 if (opstate == OP_RUNNING_POLL) in edac_op_state_to_string()
Dedac_device.c357 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
474 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
Dedac_mc.c549 if (mci->op_state != OP_RUNNING_POLL) { in edac_mc_workq_function()
579 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period()
729 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc_with_groups()
/Linux-v5.15/include/linux/
Dedac.h321 #define OP_RUNNING_POLL 0x201 macro