| /linux/drivers/edac/ |
| H A D | edac_pci.c | 45 pci->op_state = OP_ALLOC; in edac_pci_alloc_ctl_info() 174 if (pci->op_state != OP_RUNNING_POLL) { in edac_pci_workq_function() 219 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device() 225 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device() 231 edac_op_state_to_string(pci->op_state)); in edac_pci_add_device() 262 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
|
| H A D | edac_device.c | 129 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info() 276 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function() 282 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function() 339 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown() 398 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device() 402 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device() 409 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device() 440 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
|
| H A D | edac_mc.c | 394 mci->op_state = OP_ALLOC; in edac_mc_alloc() 475 if (mci->op_state != OP_RUNNING_POLL) { in edac_mc_workq_function() 505 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period() 655 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc_with_groups() 661 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc_with_groups() 668 edac_op_state_to_string(mci->op_state)); in edac_mc_add_mc_with_groups() 700 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
|
| H A D | edac_pci.h | 51 int op_state; member
|
| H A D | edac_device.h | 172 int op_state; member
|
| H A D | edac_mc.h | 256 extern char *edac_op_state_to_string(int op_state);
|
| H A D | mpc85xx_edac.c | 572 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
|
| /linux/fs/orangefs/ |
| H A D | waitqueue.c | 49 op->op_state, in purge_waiting_ops() 119 op->op_state, in service_operation() 234 op->op_state, in orangefs_cancel_op_in_progress() 264 op->op_state |= OP_VFS_STATE_GIVEN_UP; in orangefs_clean_up_interrupted_operation() 296 op->op_state); in orangefs_clean_up_interrupted_operation()
|
| H A D | file.c | 194 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io() 220 new_op->op_state); in wait_for_direct_io() 227 new_op->op_state, in wait_for_direct_io()
|
| H A D | devorangefs-req.c | 316 cur_op->op_state, in orangefs_devreq_read() 339 cur_op->op_state, in orangefs_devreq_read() 498 op->op_state, in orangefs_devreq_write_iter()
|
| H A D | orangefs-cache.c | 130 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
|
| H A D | orangefs-mod.c | 224 op->op_state, in purge_inprogress_ops()
|
| /linux/fs/smb/server/ |
| H A D | oplock.c | 44 opinfo->op_state = OPLOCK_STATE_NONE; in alloc_opinfo() 395 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in close_id_del_oplock() 396 opinfo->op_state = OPLOCK_CLOSING; in close_id_del_oplock() 566 opinfo->op_state == OPLOCK_STATE_NONE || in wait_for_break_ack() 567 opinfo->op_state == OPLOCK_CLOSING, in wait_for_break_ack() 575 opinfo->op_state = OPLOCK_STATE_NONE; in wait_for_break_ack() 595 if (opinfo->op_state == OPLOCK_CLOSING) in oplock_break_pending() 728 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_oplock_break_noti() 837 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_lease_break_noti() 919 brk_opinfo->op_state = OPLOCK_ACK_WAIT; in oplock_break() [all …]
|
| H A D | oplock.h | 61 int op_state; member
|
| H A D | vfs_cache.c | 838 if (opinfo->op_state != OPLOCK_STATE_NONE) { in is_reconnectable()
|
| H A D | smb2pdu.c | 8552 if (opinfo->op_state == OPLOCK_STATE_NONE) { in smb20_oplock_break_ack() 8553 ksmbd_debug(SMB, "unexpected oplock state 0x%x\n", opinfo->op_state); in smb20_oplock_break_ack() 8624 opinfo->op_state = OPLOCK_STATE_NONE; in smb20_oplock_break_ack() 8676 if (opinfo->op_state == OPLOCK_STATE_NONE) { in smb21_lease_break_ack() 8678 opinfo->op_state); in smb21_lease_break_ack() 8770 opinfo->op_state = OPLOCK_STATE_NONE; in smb21_lease_break_ack()
|
| /linux/drivers/s390/cio/ |
| H A D | scm.c | 144 scmdev->attrs.oper_state = sale->op_state; in scmdev_setup() 165 scmdev->attrs.oper_state != sale->op_state; in scmdev_update() 167 scmdev->attrs.oper_state = sale->op_state; in scmdev_update()
|
| /linux/fs/ocfs2/ |
| H A D | stack_user.c | 122 int op_state; member 176 p->op_state = state; in ocfs2_control_set_handshake_state() 182 return p->op_state; in ocfs2_control_get_handshake_state() 305 BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL); in ocfs2_control_install_private()
|
| /linux/arch/s390/include/asm/ |
| H A D | fcx.h | 133 u32 op_state:8; member
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 1648 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_hcd_start() 1766 if (hsotg->op_state != OTG_STATE_A_SUSPEND) { in dwc2_hcd_disconnect() 2110 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_core_init() 2113 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init() 2249 dev_dbg(hsotg->dev, "Init: Port Power? op_state=%d\n", hsotg->op_state); in dwc2_core_host_init() 2250 if (hsotg->op_state == OTG_STATE_A_HOST) { in dwc2_core_host_init() 3191 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change() 3220 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_conn_id_status_change() 3286 hsotg->op_state = OTG_STATE_A_SUSPEND; in dwc2_port_suspend() 3817 return hsotg->op_state == OTG_STATE_B_HOST; in dwc2_hcd_is_b_host() [all …]
|
| H A D | gadget.c | 4263 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_ep_disable() 4683 hsotg->op_state); in dwc2_hsotg_pullup() 4686 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_pullup() 4730 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_hsotg_vbus_session() 5019 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_gadget_init()
|
| /linux/include/linux/ |
| H A D | edac.h | 606 int op_state; member
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 614 struct xgbe_i2c_op_state op_state; member
|