Home
last modified time | relevance | path

Searched refs:op_state (Results 1 - 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-kernel.h116 enum orangefs_vfs_op_states op_state; member
143 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)
144 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR)
145 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
148 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()
152 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)
153 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)
154 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)
155 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED)
156 #define op_state_given_up(op) ((op)->op_state
[all...]
H A Dwaitqueue.c46 "%s: op:%s: op_state:%d: process:%s:\n", in purge_waiting_ops()
49 op->op_state, in purge_waiting_ops()
116 "%s: op:%s: op_state:%d: process:%s:\n", in service_operation()
119 op->op_state, in service_operation()
231 "%s: op:%s: op_state:%d: process:%s:\n", in orangefs_cancel_op_in_progress()
234 op->op_state, in orangefs_cancel_op_in_progress()
264 op->op_state |= OP_VFS_STATE_GIVEN_UP;
296 op->op_state);
H A Ddevorangefs-req.c313 "%s: 1 op:%s: op_state:%d: process:%s:\n", in orangefs_devreq_read()
316 cur_op->op_state, in orangefs_devreq_read()
336 "%s: 2 op:%s: op_state:%d: process:%s:\n", in orangefs_devreq_read()
339 cur_op->op_state, in orangefs_devreq_read()
495 "%s: op:%s: op_state:%d: process:%s:\n", in orangefs_devreq_write_iter()
498 op->op_state, in orangefs_devreq_write_iter()
H A Dfile.c193 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()
219 new_op->op_state); in wait_for_direct_io()
226 new_op->op_state, in wait_for_direct_io()
H A Dorangefs-cache.c130 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-kernel.h118 enum orangefs_vfs_op_states op_state; member
145 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)
146 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR)
147 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
150 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()
154 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)
155 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)
156 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)
157 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED)
158 #define op_state_given_up(op) ((op)->op_state
[all...]
H A Dwaitqueue.c46 "%s: op:%s: op_state:%d: process:%s:\n", in purge_waiting_ops()
49 op->op_state, in purge_waiting_ops()
116 "%s: op:%s: op_state:%d: process:%s:\n", in service_operation()
119 op->op_state, in service_operation()
231 "%s: op:%s: op_state:%d: process:%s:\n", in orangefs_cancel_op_in_progress()
234 op->op_state, in orangefs_cancel_op_in_progress()
264 op->op_state |= OP_VFS_STATE_GIVEN_UP;
296 op->op_state);
H A Ddevorangefs-req.c313 "%s: 1 op:%s: op_state:%d: process:%s:\n", in orangefs_devreq_read()
316 cur_op->op_state, in orangefs_devreq_read()
336 "%s: 2 op:%s: op_state:%d: process:%s:\n", in orangefs_devreq_read()
339 cur_op->op_state, in orangefs_devreq_read()
495 "%s: op:%s: op_state:%d: process:%s:\n", in orangefs_devreq_write_iter()
498 op->op_state, in orangefs_devreq_write_iter()
H A Dfile.c194 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()
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_pci.c53 pci->op_state = OP_ALLOC; in edac_pci_alloc_ctl_info()
178 if (pci->op_state != OP_RUNNING_POLL) { in edac_pci_workq_function()
223 pci->op_state = OP_RUNNING_POLL; in edac_pci_add_device()
229 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
235 edac_op_state_to_string(pci->op_state)); in edac_pci_add_device()
266 pci->op_state = OP_OFFLINE; in edac_pci_del_device()
H A Dedac_device.c210 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
354 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
360 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
417 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown()
476 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
480 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
487 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device()
518 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
H A Dedac_mc.c463 mci->op_state = OP_ALLOC; in edac_mc_alloc()
544 if (mci->op_state != OP_RUNNING_POLL) { in edac_mc_workq_function()
574 if (mci->op_state == OP_RUNNING_POLL) in edac_mc_reset_delay_period()
724 mci->op_state = OP_RUNNING_POLL; in edac_mc_add_mc_with_groups()
730 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc_with_groups()
737 edac_op_state_to_string(mci->op_state)); in edac_mc_add_mc_with_groups()
769 mci->op_state = OP_OFFLINE; in edac_mc_del_mc()
H A Dedac_device.h182 int op_state; member
H A Dedac_mc.h256 extern char *edac_op_state_to_string(int op_state);
H A Dedac_pci.h54 int op_state; member
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_pci.c45 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 Dedac_device.c177 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
324 if (edac_dev->op_state == OP_OFFLINE) { in edac_device_workq_function()
330 if ((edac_dev->op_state == OP_RUNNING_POLL) && in edac_device_workq_function()
387 edac_dev->op_state = OP_OFFLINE; in edac_device_workq_teardown()
446 edac_dev->op_state = OP_RUNNING_POLL; in edac_device_add_device()
450 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
457 edac_op_state_to_string(edac_dev->op_state)); in edac_device_add_device()
488 edac_dev->op_state = OP_OFFLINE; in edac_device_del_device()
H A Dedac_mc.c394 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()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore_intr.c59 switch (hsotg->op_state) { in dwc2_op_state_str()
132 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_handle_otg_intr()
133 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr()
189 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
213 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
237 hsotg->op_state); in dwc2_handle_otg_intr()
241 hsotg->op_state = OTG_STATE_A_PERIPHERAL; in dwc2_handle_otg_intr()
250 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_handle_otg_intr()
477 if (hsotg->op_state == OTG_STATE_A_HOST) in dwc2_handle_disconnect_intr()
554 if (hsotg->op_state in dwc2_handle_usb_suspend_intr()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore_intr.c29 switch (hsotg->op_state) { in dwc2_op_state_str()
102 if (hsotg->op_state == OTG_STATE_B_HOST) { in dwc2_handle_otg_intr()
103 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr()
159 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
183 hsotg->op_state = OTG_STATE_B_HOST; in dwc2_handle_otg_intr()
207 hsotg->op_state); in dwc2_handle_otg_intr()
211 hsotg->op_state = OTG_STATE_A_PERIPHERAL; in dwc2_handle_otg_intr()
220 hsotg->op_state = OTG_STATE_A_HOST; in dwc2_handle_otg_intr()
463 if (hsotg->op_state == OTG_STATE_A_HOST) in dwc2_handle_disconnect_intr()
543 if (hsotg->op_state in dwc2_handle_usb_suspend_intr()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c220 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_write()
248 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_read()
266 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_clear_isr_interrupts()
280 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_isr_task()
379 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c220 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_write()
248 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_read()
266 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_clear_isr_interrupts()
280 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_isr_task()
379 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dscm.c142 scmdev->attrs.oper_state = sale->op_state; in scmdev_setup()
163 scmdev->attrs.oper_state != sale->op_state; in scmdev_update()
165 scmdev->attrs.oper_state = sale->op_state; in scmdev_update()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dscm.c143 scmdev->attrs.oper_state = sale->op_state; in scmdev_setup()
164 scmdev->attrs.oper_state != sale->op_state; in scmdev_update()
166 scmdev->attrs.oper_state = sale->op_state; in scmdev_update()
/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.c44 opinfo->op_state = OPLOCK_STATE_NONE; in alloc_opinfo()
409 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in close_id_del_oplock()
410 opinfo->op_state = OPLOCK_CLOSING; in close_id_del_oplock()
584 opinfo->op_state == OPLOCK_STATE_NONE || in wait_for_break_ack()
585 opinfo->op_state == OPLOCK_CLOSING, in wait_for_break_ack()
593 opinfo->op_state = OPLOCK_STATE_NONE; in wait_for_break_ack()
613 if (opinfo->op_state == OPLOCK_CLOSING) in oplock_break_pending()
728 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_oplock_break_noti()
835 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_lease_break_noti()
921 brk_opinfo->op_state in oplock_break()
[all...]

Completed in 18 milliseconds

123