Home
last modified time | relevance | path

Searched refs:op_state (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/edac/
Dedac_pci.c64 pci->op_state = OP_ALLOC; in edac_pci_alloc_ctl_info()
243 if (pci->op_state == OP_RUNNING_POLL) { in edac_pci_workq_function()
363 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device()
367 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
375 edac_dev_name(pci), edac_op_state_to_string(pci->op_state)); in edac_pci_add_device()
419 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
Dedac_device.c234 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
395 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
401 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
541 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
549 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
559 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device()
603 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
Dedac_mc.c209 mci->op_state = OP_ALLOC; in edac_mc_alloc()
301 if (mci->op_state == OP_OFFLINE) { in edac_mc_workq_function()
331 if (mci->op_state != OP_RUNNING_POLL) in edac_mc_workq_setup()
350 if (mci->op_state != OP_RUNNING_POLL) in edac_mc_workq_teardown()
381 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period()
544 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc()
548 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc()
596 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
Dedac_core.h452 int op_state; member
602 int op_state; member
704 int op_state; member
887 extern char *edac_op_state_to_string(int op_state);
Dmpc85xx_edac.c594 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
/linux-2.6.39/fs/ocfs2/
Dstack_user.c117 int op_state; member
171 p->op_state = state; in ocfs2_control_set_handshake_state()
177 return p->op_state; in ocfs2_control_get_handshake_state()
311 BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL); in ocfs2_control_install_private()
/linux-2.6.39/arch/s390/include/asm/
Dfcx.h131 u32 op_state:8; member