/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 181 struct work_struct qresume_task; /* restarts the queue */ 184 unsigned long restarts; /* # of queue restarts */ member
|
/Linux-v5.15/drivers/staging/media/av7110/ |
D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
D | video-continue.rst | 49 This ioctl call restarts decoding and playing processes of the video
|
/Linux-v5.15/arch/x86/platform/olpc/ |
D | olpc.c | 114 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/ |
D | suspend-flows.rst | 108 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/ |
D | root.c | 547 * 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/ |
D | reboot.c | 174 * 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/ |
D | netlink.h | 114 __u32 restarts; /* CAN controller re-starts */ member
|
/Linux-v5.15/drivers/watchdog/ |
D | menf21bmc_wdt.c | 134 * the BMC will save the value set before if the system restarts. in menf21bmc_wdt_probe()
|
/Linux-v5.15/include/uapi/linux/ |
D | rseq.h | 99 * block, and set to NULL by the kernel when it restarts an assembly
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | core.json | 47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
|
/Linux-v5.15/fs/xfs/ |
D | xfs_trans_priv.h | 40 * of the list to trigger traversal restarts.
|
/Linux-v5.15/arch/parisc/kernel/ |
D | signal.c | 107 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/ |
D | signal.c | 411 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/ |
D | core.json | 47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | core.json | 47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
|
/Linux-v5.15/drivers/scsi/ |
D | scsi_lib.c | 517 * 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/ |
D | i8253.c | 25 * restarts the PIT, negating the shutdown. On platforms with the quirk,
|
/Linux-v5.15/tools/testing/selftests/powerpc/signal/ |
D | sig_sc_double_restart.c | 11 * powerpc: fix double syscall restarts
|
/Linux-v5.15/arch/mips/kernel/ |
D | idle.c | 55 * implementation-dependent whether the pipeline restarts when a non-enabled
|
/Linux-v5.15/drivers/mmc/host/ |
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()
|
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | vmx_preemption_timer_test.c | 8 * incorrectly restarts the timer with the full timer
|
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 238 unsigned long restarts; /* # of queue restarts */ member
|
/Linux-v5.15/block/ |
D | blk-mq-sched.c | 111 * 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/ |
D | ixgbe_82598.c | 412 * 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.
|