Home
last modified time | relevance | path

Searched full:restarts (Results 1 – 25 of 147) sorted by relevance

123456

/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h181 struct work_struct qresume_task; /* restarts the queue */
184 unsigned long restarts; /* # of queue restarts */ member
/Linux-v5.15/drivers/staging/media/av7110/
Daudio-continue.rst40 This ioctl restarts the decoding and playing process previously paused
Dvideo-continue.rst49 This ioctl call restarts decoding and playing processes of the video
/Linux-v5.15/arch/x86/platform/olpc/
Dolpc.c114 int restarts = 0; in olpc_xo1_ec_cmd() local
168 if (restarts++ < 10) in olpc_xo1_ec_cmd()
/Linux-v5.15/Documentation/admin-guide/pm/
Dsuspend-flows.rst108 forward until the first CPU that is woken up restarts the timekeeping.
130 transition, restarts the timekeeping (unless it has been restarted already
/Linux-v5.15/fs/autofs/
Droot.c547 * file system needs to be preserved over restarts. in autofs_dir_symlink()
609 * file system needs to be preserved over restarts. in autofs_dir_unlink()
691 * file system needs to be preserved over restarts. in autofs_dir_rmdir()
734 * file system needs to be preserved over restarts. in autofs_dir_mkdir()
/Linux-v5.15/kernel/
Dreboot.c174 * restart the entire system, while another only restarts the CPU.
175 * In such cases, the restart handler which only restarts part of the
211 * Restarts the system immediately if a restart handler function has been
/Linux-v5.15/include/uapi/linux/can/
Dnetlink.h114 __u32 restarts; /* CAN controller re-starts */ member
/Linux-v5.15/drivers/watchdog/
Dmenf21bmc_wdt.c134 * the BMC will save the value set before if the system restarts. in menf21bmc_wdt_probe()
/Linux-v5.15/include/uapi/linux/
Drseq.h99 * block, and set to NULL by the kernel when it restarts an assembly
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen1/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/Linux-v5.15/fs/xfs/
Dxfs_trans_priv.h40 * of the list to trigger traversal restarts.
/Linux-v5.15/arch/parisc/kernel/
Dsignal.c107 regs->orig_r28 = 1; /* no restarts for sigreturn */ in sys_rt_sigreturn()
484 regs->orig_r28 = 1; /* no more restarts */ in syscall_restart()
510 regs->orig_r28 = 1; /* no more restarts */ in insert_restart_trampoline()
/Linux-v5.15/arch/arc/kernel/
Dsignal.c411 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
427 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen3/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen2/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/Linux-v5.15/drivers/scsi/
Dscsi_lib.c517 * scsi_device_unbusy() and reading sdev->restarts. in scsi_run_queue_async()
519 int old = atomic_read(&sdev->restarts); in scsi_run_queue_async()
522 * ->restarts has to be kept as non-zero if new budget in scsi_run_queue_async()
526 * queue wins in updating ->restarts or a new budget in scsi_run_queue_async()
529 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old) in scsi_run_queue_async()
1603 atomic_inc(&sdev->restarts); in scsi_mq_get_budget()
1606 * Orders atomic_inc(&sdev->restarts) and atomic_read(&sdev->device_busy). in scsi_mq_get_budget()
1607 * .restarts must be incremented before .device_busy is read because the in scsi_mq_get_budget()
1617 * the .restarts flag, and the request queue will be run for handling in scsi_mq_get_budget()
2584 * Moves the device from quiesced back to running and restarts the
/Linux-v5.15/drivers/clocksource/
Di8253.c25 * restarts the PIT, negating the shutdown. On platforms with the quirk,
/Linux-v5.15/tools/testing/selftests/powerpc/signal/
Dsig_sc_double_restart.c11 * powerpc: fix double syscall restarts
/Linux-v5.15/arch/mips/kernel/
Didle.c55 * implementation-dependent whether the pipeline restarts when a non-enabled
/Linux-v5.15/drivers/mmc/host/
Domap.c473 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()
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dvmx_preemption_timer_test.c8 * incorrectly restarts the timer with the full timer
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h238 unsigned long restarts; /* # of queue restarts */ member
/Linux-v5.15/block/
Dblk-mq-sched.c111 * Only SCSI implements .get_budget and .put_budget, and SCSI restarts
232 * Only SCSI implements .get_budget and .put_budget, and SCSI restarts
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c412 * Restarts the link. Performs autonegotiation if needed.
580 * Set the link speed in the AUTOC register and restarts link.
625 * Sets the link speed in the AUTOC register in the MAC and restarts link.

123456