Home
last modified time | relevance | path

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

123456

/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst9 system restarts. A special identifier and principal are maintained
36 restarts, it indicates to servers that open and lock state
41 leases. When the server restarts and clients attempt to recover
45 persist safely across server restarts.
109 If a client unexpectedly restarts but presents a different
114 If the server restarts and a client presents a changed "co_ownerid"
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h181 struct work_struct qresume_task; /* restarts the queue */
184 unsigned long restarts; /* # of queue restarts */ member
/linux/include/uapi/linux/
H A Dublk_cmd.h151 * - Block devices are recoverable if ublk server exits and restarts
158 * - Block devices are recoverable if ublk server exits and restarts
204 * - Block devices are recoverable if ublk server exits and restarts
H A Drseq.h99 * block, and set to NULL by the kernel when it restarts an assembly
/linux/arch/x86/platform/olpc/
H A Dolpc.c114 int restarts = 0; in olpc_xo1_ec_cmd() local
168 if (restarts++ < 10) in olpc_xo1_ec_cmd()
/linux/Documentation/scheduler/
H A Dsched-debug.rst26 end of the address space is reached the scanner restarts from the beginning.
/linux/Documentation/admin-guide/pm/
H A 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/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dpipeline.json65 …"BriefDescription": "Fraction of dispatched ops that were flushed due to pipeline restarts (resync…
H A Dother.json5 "BriefDescription": "Pipeline restarts not caused by branch mispredicts."
/linux/arch/parisc/kernel/
H A Dsignal.c97 regs->orig_r28 = 1; /* no restarts for sigreturn */ in sys_rt_sigreturn()
455 regs->orig_r28 = 1; /* no more restarts */ in syscall_restart()
487 regs->orig_r28 = 1; /* no more restarts */ in insert_restart_trampoline()
/linux/arch/arc/kernel/
H A Dsignal.c413 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
429 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
/linux/drivers/scsi/
H A Dscsi_lib.c606 * scsi_device_unbusy() and reading sdev->restarts. in scsi_run_queue_async()
608 int old = atomic_read(&sdev->restarts); in scsi_run_queue_async()
611 * ->restarts has to be kept as non-zero if new budget in scsi_run_queue_async()
615 * queue wins in updating ->restarts or a new budget in scsi_run_queue_async()
618 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old) in scsi_run_queue_async()
1753 atomic_inc(&sdev->restarts); in scsi_mq_get_budget()
1756 * Orders atomic_inc(&sdev->restarts) and atomic_read(&sdev->device_busy). in scsi_mq_get_budget()
1757 * .restarts must be incremented before .device_busy is read because the in scsi_mq_get_budget()
1767 * the .restarts flag, and the request queue will be run for handling in scsi_mq_get_budget()
2764 * Moves the device from quiesced back to running and restarts the
/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux/drivers/watchdog/
H A Dmenf21bmc_wdt.c134 * the BMC will save the value set before if the system restarts. in menf21bmc_wdt_probe()
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux/fs/xfs/
H A Dxfs_trans_priv.h39 * of the list to trigger traversal restarts.
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux/block/
H A Dblk-mq-sched.c80 * Only SCSI implements .get_budget and .put_budget, and SCSI restarts
208 * Only SCSI implements .get_budget and .put_budget, and SCSI restarts
/linux/include/uapi/linux/can/
H A Dnetlink.h116 __u32 restarts; /* CAN controller re-starts */ member
/linux/tools/testing/selftests/rseq/
H A Drseq-abi.h99 * block, and set to NULL by the kernel when it restarts an assembly
/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c11 * powerpc: fix double syscall restarts
/linux/arch/mips/kernel/
H A Didle.c48 * implementation-dependent whether the pipeline restarts when a non-enabled
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml142 allow device refresh and restarts a new access.
/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c8 * incorrectly restarts the timer with the full timer
/linux/kernel/
H A Dreboot.c200 * restart the entire system, while another only restarts the CPU.
201 * In such cases, the restart handler which only restarts part of the
237 * Restarts the system immediately if a restart handler function has been

123456