Home
last modified time | relevance | path

Searched refs:wall (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/Documentation/virt/kvm/arm/
H A Dptp_kvm.rst7 It relies on transferring the wall clock and counter value from the
28 | | | | upper 32 bits of wall clock time |
30 | | (uint32) | R1 | Lower 32 bits of wall clock time |
/linux-6.15/tools/perf/Documentation/
H A Dcpu-and-latency-overheads.txt3 There are two notions of time: wall-clock time and CPU time.
7 Each second of wall-clock time we have number-of-cores seconds of CPU time.
9 'latency' columns for CPU and wall-clock time correspondingly).
51 flags. It shows fraction of (wall-clock) time the workload utilizes different
55 CPU and wall-clock overheads:
H A Dperf-data.txt34 Convert time to wall clock time.
H A Dcallchain-overhead-calculation.txt5 wall-clock overhead). The 'self' overhead is simply calculated by
H A Dperf.data-file-format.txt328 conversion into wall clock time on the reporting stage.
394 Contains clock id and its reference time together with wall clock
H A Dperf-stat.txt162 This can be useful to measure just elapsed wall-clock time - or to assess the
H A Dperf-report.txt117 - latency: latency (wall-clock) overhead percentage of sample.
/linux-6.15/drivers/power/supply/
H A Dwm831x_power.c22 struct power_supply *wall; member
527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq()
573 power->wall = devm_power_supply_register(&pdev->dev, in wm831x_power_probe()
576 if (IS_ERR(power->wall)) { in wm831x_power_probe()
577 ret = PTR_ERR(power->wall); in wm831x_power_probe()
/linux-6.15/arch/x86/include/asm/
H A Dpvclock.h15 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dltc4162-l.yaml16 distribution between input sources such as wall adapters, backplanes, solar
H A Dgpio-charger.yaml32 Type of the charger, e.g. "mains" for a wall charger.
/linux-6.15/Documentation/ABI/testing/
H A Drtc-cdev10 format is a Gregorian calendar date and 24 hour wall clock
H A Dsysfs-class-power405 integrated converter allowing for a "smart" wall
/linux-6.15/drivers/cpufreq/
H A Dcpufreq.c131 static inline u64 get_cpu_idle_time_jiffy(unsigned int cpu, u64 *wall) in get_cpu_idle_time_jiffy() argument
150 if (wall) in get_cpu_idle_time_jiffy()
151 *wall = div_u64(cur_wall_time, NSEC_PER_USEC); in get_cpu_idle_time_jiffy()
156 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy) in get_cpu_idle_time() argument
158 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time()
161 return get_cpu_idle_time_jiffy(cpu, wall); in get_cpu_idle_time()
163 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time()
/linux-6.15/Documentation/timers/
H A Dtimekeeping.rst36 shall be as stable and correct as possible as compared to a real-world wall
46 When the wall-clock accuracy of the clock source isn't satisfactory, there
/linux-6.15/Documentation/accounting/
H A Dtaskstats-struct.rst130 /* cpu "wall-clock" running time
/linux-6.15/Documentation/admin-guide/
H A Drtc.rst6 something that tracks wall clock time and is battery backed so that it
H A Dworkload-tracing.rst156 spent running in the kernel) independent of wall clock time. We plan to use
/linux-6.15/include/linux/
H A Dcpufreq.h236 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy);
/linux-6.15/Documentation/sound/designs/
H A Dtimestamping.rst89 the results will default to the HDAudio wall clock for playback
/linux-6.15/Documentation/scheduler/
H A Dsched-bwc.rst136 - burst_time: Cumulative wall-time (in nanoseconds) that any CPUs has used
/linux-6.15/Documentation/mm/
H A Dmultigen_lru.rst218 The PID controller uses generations rather than the wall clock as the
/linux-6.15/Documentation/hid/
H A Dhid-bpf.rst353 a specific 3 positions switch to toggle between *pencil on paper*, *cray on a wall*
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst622 3.9 and may be either monotonic (see below) or realtime (wall
/linux-6.15/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst515 'wall clock' or 'real time' may not need any adjustment of their interrupts to

12