/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc.c | 114 int restarts = 0; in olpc_xo1_ec_cmd() local 168 if (restarts++ < 10) in olpc_xo1_ec_cmd()
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc.c | 114 int restarts = 0; in olpc_xo1_ec_cmd() local 168 if (restarts++ < 10) in olpc_xo1_ec_cmd()
|
/kernel/linux/linux-5.10/include/uapi/linux/can/ |
H A D | netlink.h | 113 __u32 restarts; /* CAN controller re-starts */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/ |
H A D | netlink.h | 77 __u32 restarts; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/ |
H A D | netlink.h | 77 __u32 restarts; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/ |
H A D | netlink.h | 64 __u32 restarts; member
|
/kernel/linux/linux-6.6/include/uapi/linux/can/ |
H A D | netlink.h | 116 __u32 restarts; /* CAN controller re-starts */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 181 struct tasklet_struct qresume_tsk; /* restarts the queue */ 184 unsigned long restarts; /* # of queue restarts */ member
|
H A D | sge.c | 1317 q->restarts++; in t3_eth_xmit() 1992 qs->txq[TXQ_ETH].restarts++; in restart_tx() 2000 qs->txq[TXQ_OFLD].restarts++; in restart_tx() 2006 qs->txq[TXQ_CTRL].restarts++; in restart_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 181 struct work_struct qresume_task; /* restarts the queue */ 184 unsigned long restarts; /* # of queue restarts */ member
|
H A D | sge.c | 1312 q->restarts++; in t3_eth_xmit() 1990 qs->txq[TXQ_ETH].restarts++; in restart_tx() 1998 qs->txq[TXQ_OFLD].restarts++; in restart_tx() 2006 qs->txq[TXQ_CTRL].restarts++; in restart_tx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 238 unsigned long restarts; /* # of queue restarts */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 239 unsigned long restarts; /* # of queue restarts */ member
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | omap.c | 473 unsigned int restarts, passes, timeout; in mmc_omap_send_abort() local 478 restarts = 0; in mmc_omap_send_abort() 479 while (restarts < maxloops) { in mmc_omap_send_abort() 492 restarts++; in mmc_omap_send_abort()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | omap.c | 486 unsigned int restarts, passes, timeout; in mmc_omap_send_abort() local 491 restarts = 0; in mmc_omap_send_abort() 492 while (restarts < maxloops) { in mmc_omap_send_abort() 505 restarts++; in mmc_omap_send_abort()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 112 atomic_t restarts; member
|
/kernel/linux/linux-6.6/drivers/net/can/dev/ |
H A D | dev.c | 154 priv->can_stats.restarts++; in can_restart()
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_device.h | 114 atomic_t restarts; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_lib.c | 547 * scsi_device_unbusy() and reading sdev->restarts. in scsi_run_queue_async() 549 int old = atomic_read(&sdev->restarts); in scsi_run_queue_async() 552 * ->restarts has to be kept as non-zero if new budget in scsi_run_queue_async() 556 * queue wins in updating ->restarts or a new budget in scsi_run_queue_async() 559 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old) in scsi_run_queue_async() 1621 atomic_inc(&sdev->restarts); in scsi_mq_get_budget() 1624 * Orders atomic_inc(&sdev->restarts) and atomic_read(&sdev->device_busy). in scsi_mq_get_budget() 1625 * .restarts must be incremented before .device_busy is read because the in scsi_mq_get_budget() 1635 * the .restarts flag, and the request queue will be run for handling in scsi_mq_get_budget() 2578 * Moves the device from quiesced back to running and restarts th [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_lib.c | 514 * scsi_device_unbusy() and reading sdev->restarts. in scsi_run_queue_async() 516 int old = atomic_read(&sdev->restarts); in scsi_run_queue_async() 519 * ->restarts has to be kept as non-zero if new budget in scsi_run_queue_async() 523 * queue wins in updating ->restarts or a new budget in scsi_run_queue_async() 526 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old) in scsi_run_queue_async() 1670 atomic_inc(&sdev->restarts); in scsi_mq_get_budget() 1673 * Orders atomic_inc(&sdev->restarts) and atomic_read(&sdev->device_busy). in scsi_mq_get_budget() 1674 * .restarts must be incremented before .device_busy is read because the in scsi_mq_get_budget() 1684 * the .restarts flag, and the request queue will be run for handling in scsi_mq_get_budget() 2673 * Moves the device from quiesced back to running and restarts th [all...] |
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing_fw.c | 641 ++priv->can.can_stats.restarts; in softing_startstop()
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing_fw.c | 641 ++priv->can.can_stats.restarts; in softing_startstop()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/ |
H A D | gs_usb.c | 279 can_stats->restarts++; in gs_update_state()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | kvaser_pciefd.c | 1300 can->can.can_stats.restarts++; in kvaser_pciefd_rx_error_frame() 1391 can->can.can_stats.restarts++; in kvaser_pciefd_handle_status_resp()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_leaf.c | 917 priv->can.can_stats.restarts++; in kvaser_usb_leaf_tx_acknowledge() 1006 priv->can.can_stats.restarts++; in kvaser_usb_leaf_rx_error_update_can_state()
|