Home
last modified time | relevance | path

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

1234567

/linux-6.8/Documentation/filesystems/nfs/
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-6.8/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h181 struct work_struct qresume_task; /* restarts the queue */
184 unsigned long restarts; /* # of queue restarts */ member
/linux-6.8/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-6.8/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-6.8/Documentation/scheduler/
Dsched-debug.rst26 end of the address space is reached the scanner restarts from the beginning.
/linux-6.8/include/linux/soundwire/
Dsdw_amd.h22 * be performed when the bus restarts. In-band wake interrupts are
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen4/
Dpipeline.json65 …"BriefDescription": "Fraction of dispatched ops that were flushed due to pipeline restarts (resync…
Dother.json5 "BriefDescription": "Pipeline restarts not caused by branch mispredicts."
/linux-6.8/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-6.8/arch/parisc/kernel/
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-6.8/fs/xfs/
Dxfs_trans_priv.h42 * of the list to trigger traversal restarts.
/linux-6.8/drivers/watchdog/
Dmenf21bmc_wdt.c134 * the BMC will save the value set before if the system restarts. in menf21bmc_wdt_probe()
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen1/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux-6.8/arch/arc/kernel/
Dsignal.c412 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
428 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
/linux-6.8/include/uapi/linux/
Drseq.h99 * block, and set to NULL by the kernel when it restarts an assembly
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen2/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen3/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux-6.8/drivers/scsi/
Dscsi_lib.c514 * 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()
1669 atomic_inc(&sdev->restarts); in scsi_mq_get_budget()
1672 * Orders atomic_inc(&sdev->restarts) and atomic_read(&sdev->device_busy). in scsi_mq_get_budget()
1673 * .restarts must be incremented before .device_busy is read because the in scsi_mq_get_budget()
1683 * the .restarts flag, and the request queue will be run for handling in scsi_mq_get_budget()
2672 * Moves the device from quiesced back to running and restarts the
/linux-6.8/tools/testing/selftests/powerpc/signal/
Dsig_sc_double_restart.c11 * powerpc: fix double syscall restarts
/linux-6.8/include/uapi/linux/can/
Dnetlink.h116 __u32 restarts; /* CAN controller re-starts */ member
/linux-6.8/drivers/clocksource/
Di8253.c25 * restarts the PIT, negating the shutdown. On platforms with the quirk,
/linux-6.8/tools/testing/selftests/rseq/
Drseq-abi.h99 * block, and set to NULL by the kernel when it restarts an assembly
/linux-6.8/block/
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-6.8/arch/mips/kernel/
Didle.c48 * implementation-dependent whether the pipeline restarts when a non-enabled

1234567