Home
last modified time | relevance | path

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

123456

/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h181 struct tasklet_struct qresume_tsk; /* restarts the queue */
184 unsigned long restarts; /* # of queue restarts */ member
/linux-5.10/Documentation/userspace-api/media/dvb/
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-5.10/arch/microblaze/kernel/
Dentry-nommu.S286 addik r30, r0, 1 /* restarts allowed */
376 addik r30, r0, 1 /* restarts allowed ??? */
504 addk r30, r0, r0 /* no restarts from now on */
576 addk r30, r0, r0 /* no restarts for this one */
/linux-5.10/kernel/
Dreboot.c173 * restart the entire system, while another only restarts the CPU.
174 * In such cases, the restart handler which only restarts part of the
210 * Restarts the system immediately if a restart handler function has been
/linux-5.10/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-5.10/fs/autofs/
Droot.c545 * file system needs to be preserved over restarts. in autofs_dir_symlink()
607 * file system needs to be preserved over restarts. in autofs_dir_unlink()
689 * file system needs to be preserved over restarts. in autofs_dir_rmdir()
731 * file system needs to be preserved over restarts. in autofs_dir_mkdir()
/linux-5.10/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-5.10/include/uapi/linux/can/
Dnetlink.h113 __u32 restarts; /* CAN controller re-starts */ member
/linux-5.10/drivers/scsi/
Dscsi_lib.c544 * scsi_device_unbusy() and reading sdev->restarts. in scsi_run_queue_async()
546 int old = atomic_read(&sdev->restarts); in scsi_run_queue_async()
549 * ->restarts has to be kept as non-zero if new budget in scsi_run_queue_async()
553 * queue wins in updating ->restarts or a new budget in scsi_run_queue_async()
556 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old) in scsi_run_queue_async()
1615 atomic_inc(&sdev->restarts); in scsi_mq_get_budget()
1618 * Orders atomic_inc(&sdev->restarts) and atomic_read(&sdev->device_busy). in scsi_mq_get_budget()
1619 * .restarts must be incremented before .device_busy is read because the in scsi_mq_get_budget()
1629 * the .restarts flag, and the request queue will be run for handling in scsi_mq_get_budget()
2569 * Moves the device from quiesced back to running and restarts the
/linux-5.10/arch/arc/kernel/
Dsignal.c368 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
384 syscall_wont_restart(regs); /* No more restarts */ in do_signal()
/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux-5.10/include/uapi/linux/
Drseq.h99 * block, and set to NULL by the kernel when it restarts an assembly
/linux-5.10/fs/xfs/
Dxfs_trans_priv.h40 * of the list to trigger traversal restarts.
/linux-5.10/drivers/watchdog/
Dmenf21bmc_wdt.c134 * the BMC will save the value set before if the system restarts. in menf21bmc_wdt_probe()
/linux-5.10/arch/parisc/kernel/
Dsignal.c107 regs->orig_r28 = 1; /* no restarts for sigreturn */ in sys_rt_sigreturn()
490 regs->orig_r28 = 1; /* no more restarts */ in syscall_restart()
517 regs->orig_r28 = 1; /* no more restarts */ in insert_restart_trampoline()
/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen2/
Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/linux-5.10/tools/testing/selftests/powerpc/signal/
Dsig_sc_double_restart.c11 * powerpc: fix double syscall restarts
/linux-5.10/drivers/clocksource/
Di8253.c25 * restarts the PIT, negating the shutdown. On platforms with the quirk,
/linux-5.10/include/linux/soundwire/
Dsdw_intel.h75 * restarts. This mode shall not be used if Slave devices can generate
/linux-5.10/arch/mips/kernel/
Didle.c55 * implementation-dependent whether the pipeline restarts when a non-enabled
/linux-5.10/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-5.10/tools/testing/selftests/kvm/x86_64/
Dvmx_preemption_timer_test.c8 * incorrectly restarts the timer with the full timer
/linux-5.10/block/
Dblk-mq-sched.c110 * Only SCSI implements .get_budget and .put_budget, and SCSI restarts
217 * Only SCSI implements .get_budget and .put_budget, and SCSI restarts
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h238 unsigned long restarts; /* # of queue restarts */ member

123456