Searched refs:kicks (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/kernel/locking/ |
D | qspinlock_stat.h | 110 u64 stat = 0, kicks = 0; in qstat_read() local 129 kicks += per_cpu(qstats[qstat_pv_kick_unlock], cpu); in qstat_read() 133 kicks += per_cpu(qstats[qstat_pv_kick_wake], cpu); in qstat_read() 141 if (kicks) { in qstat_read() 142 frac = 100ULL * do_div(stat, kicks); in qstat_read() 143 frac = DIV_ROUND_CLOSEST_ULL(frac, kicks); in qstat_read() 156 if (kicks) in qstat_read() 157 stat = DIV_ROUND_CLOSEST_ULL(stat, kicks); in qstat_read()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-xen-blkback | 16 max_persistent_grants, the LRU kicks in and starts
|
/Linux-v4.19/drivers/net/ |
D | virtio_net.c | 87 u64 kicks; member 99 u64 kicks; member 110 { "kicks", VIRTNET_SQ_STAT(kicks) }, 121 { "kicks", VIRTNET_RQ_STAT(kicks) }, 486 int kicks = 0; in virtnet_xdp_xmit() local 525 kicks = 1; in virtnet_xdp_xmit() 531 sq->stats.kicks += kicks; in virtnet_xdp_xmit() 1210 rq->stats.kicks++; in try_fill_recv() 1398 sq->stats.kicks++; in virtnet_poll() 1565 sq->stats.kicks++; in start_xmit()
|
/Linux-v4.19/Documentation/watchdog/ |
D | hpwdt.txt | 17 is, an application needs to be started that kicks off the watchdog timer. A
|
/Linux-v4.19/Documentation/ |
D | lockup-watchdogs.txt | 60 detector kicks in.
|
D | eisa.txt | 214 bus root driver usually kicks in rather late in the boot process).
|
D | kprobes.txt | 236 optimizing list, and kicks the kprobe-optimizer workqueue to optimize
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | README-BENCH | 83 But if ondemand always kicks in in the middle of the load sleep cycles, it
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | vcpu-requests.rst | 256 request-less VCPU kicks are almost never correct. Without the assurance 259 request-accompanying kicks, then the kick may not do anything useful at
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | dma.rst | 97 systems, this kicks in an IOMMU and turns the scatterlists into single
|
/Linux-v4.19/drivers/thermal/ |
D | Kconfig | 33 poweroff kicks in after a delay has elapsed and shuts down the system. 35 poweroff kicks in. Similarly to the critical trip point,
|
/Linux-v4.19/Documentation/power/ |
D | video.txt | 52 (4) on some systems s3_bios kicks video into text mode, and
|
/Linux-v4.19/Documentation/hwmon/ |
D | nct6775 | 134 Temperature at which secondary temperature control kicks
|
/Linux-v4.19/kernel/trace/ |
D | Kconfig | 662 When the tracepoint is enabled, it kicks off a kernel thread that 709 kernel boot sequence, the test will start that kicks off
|
/Linux-v4.19/arch/arc/ |
D | Kconfig | 205 masters are parked until Master kicks them so they can start of
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 366 setting slice_idle=0, group_idle kicks in. That means CFQ will still idle
|
/Linux-v4.19/Documentation/livepatch/ |
D | callbacks.txt | 483 Load a target "busy" kernel module which kicks off a worker function
|
/Linux-v4.19/Documentation/filesystems/ |
D | orangefs.txt | 192 locking kicks in if the filesystem is mounted with -o local_lock.
|
/Linux-v4.19/Documentation/usb/ |
D | WUSB-Design-overview.txt | 334 toggling the bits in the fake hub port, which kicks hub_wq into removing
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 631 emergency poweroff kicks in after the delay has elapsed and shuts down
|
/Linux-v4.19/Documentation/sysctl/ |
D | kernel.txt | 807 send before ratelimiting kicks in.
|