Home
last modified time | relevance | path

Searched refs:kicks (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/kernel/locking/
Dqspinlock_stat.h41 u64 sum = 0, kicks = 0; in lockevent_read() local
60 kicks += per_cpu(EVENT_COUNT(pv_kick_unlock), cpu); in lockevent_read()
64 kicks += per_cpu(EVENT_COUNT(pv_kick_wake), cpu); in lockevent_read()
72 if (kicks) { in lockevent_read()
73 frac = 100ULL * do_div(sum, kicks); in lockevent_read()
74 frac = DIV_ROUND_CLOSEST_ULL(frac, kicks); in lockevent_read()
88 if (kicks) in lockevent_read()
89 sum = DIV_ROUND_CLOSEST_ULL(sum, kicks); in lockevent_read()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-xen-blkback16 max_persistent_grants, the LRU kicks in and starts
/Linux-v5.4/drivers/net/
Dvirtio_net.c77 u64 kicks; member
89 u64 kicks; member
100 { "kicks", VIRTNET_SQ_STAT(kicks) },
111 { "kicks", VIRTNET_RQ_STAT(kicks) },
496 int kicks = 0; in virtnet_xdp_xmit() local
545 kicks = 1; in virtnet_xdp_xmit()
553 sq->stats.kicks += kicks; in virtnet_xdp_xmit()
1235 rq->stats.kicks++; in try_fill_recv()
1441 sq->stats.kicks++; in virtnet_poll()
1617 sq->stats.kicks++; in start_xmit()
/Linux-v5.4/Documentation/watchdog/
Dhpwdt.rst19 is, an application needs to be started that kicks off the watchdog timer. A
/Linux-v5.4/tools/power/cpupower/bench/
DREADME-BENCH83 But if ondemand always kicks in in the middle of the load sleep cycles, it
/Linux-v5.4/Documentation/admin-guide/
Dlockup-watchdogs.rst60 detector kicks in.
/Linux-v5.4/drivers/thermal/
DKconfig33 poweroff kicks in after a delay has elapsed and shuts down the system.
35 poweroff kicks in. Similarly to the critical trip point,
/Linux-v5.4/Documentation/virt/kvm/
Dvcpu-requests.rst256 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-v5.4/Documentation/driver-api/usb/
Ddma.rst97 systems, this kicks in an IOMMU and turns the scatterlists into single
/Linux-v5.4/Documentation/driver-api/
Deisa.rst214 bus root driver usually kicks in rather late in the boot process).
/Linux-v5.4/Documentation/hwmon/
Dnct6775.rst182 Temperature at which secondary temperature control kicks
/Linux-v5.4/Documentation/power/
Dvideo.rst53 (4) on some systems s3_bios kicks video into text mode, and
/Linux-v5.4/kernel/trace/
DKconfig681 When the tracepoint is enabled, it kicks off a kernel thread that
728 kernel boot sequence, the test will start that kicks off
/Linux-v5.4/arch/arc/
DKconfig193 masters are parked until Master kicks them so they can start of
/Linux-v5.4/Documentation/filesystems/
Dorangefs.txt192 locking kicks in if the filesystem is mounted with -o local_lock.
/Linux-v5.4/drivers/staging/wusbcore/Documentation/
Dwusb-design-overview.rst350 toggling the bits in the fake hub port, which kicks hub_wq into removing
/Linux-v5.4/Documentation/driver-api/thermal/
Dsysfs-api.rst793 emergency poweroff kicks in after the delay has elapsed and shuts down
/Linux-v5.4/Documentation/
Dkprobes.txt236 optimizing list, and kicks the kprobe-optimizer workqueue to optimize
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst846 send before ratelimiting kicks in.