/linux-6.3-rc2/Documentation/virt/kvm/arm/ |
A D | ptp_kvm.rst | 7 It relies on transferring the wall clock and counter value from the 20 (uint32) Upper 32 bits of wall clock time (r0) 21 (uint32) Lower 32 bits of wall clock time (r1)
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | wm831x_power.c | 22 struct power_supply *wall; member 527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq() 573 power->wall = power_supply_register(&pdev->dev, &power->wall_desc, in wm831x_power_probe() 575 if (IS_ERR(power->wall)) { in wm831x_power_probe() 576 ret = PTR_ERR(power->wall); in wm831x_power_probe() 692 power_supply_unregister(power->wall); in wm831x_power_probe() 723 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pvclock.h | 14 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-data.txt | 34 Convert time to wall clock time.
|
A D | perf.data-file-format.txt | 328 conversion into wall clock time on the reporting stage. 394 Contains clock id and its reference time together with wall clock
|
A D | perf-stat.txt | 162 This can be useful to measure just elapsed wall-clock time - or to assess the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | ltc4162-l.yaml | 16 distribution between input sources such as wall adapters, backplanes, solar
|
A D | gpio-charger.yaml | 32 Type of the charger, e.g. "mains" for a wall charger.
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | rtc-cdev | 10 format is a Gregorian calendar date and 24 hour wall clock
|
A D | sysfs-class-power | 389 integrated converter allowing for a "smart" wall adaptor to
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | cpufreq.c | 123 static inline u64 get_cpu_idle_time_jiffy(unsigned int cpu, u64 *wall) in get_cpu_idle_time_jiffy() argument 142 if (wall) in get_cpu_idle_time_jiffy() 143 *wall = div_u64(cur_wall_time, NSEC_PER_USEC); in get_cpu_idle_time_jiffy() 148 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy) in get_cpu_idle_time() argument 150 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time() 153 return get_cpu_idle_time_jiffy(cpu, wall); in get_cpu_idle_time() 155 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time()
|
/linux-6.3-rc2/Documentation/timers/ |
A D | timekeeping.rst | 36 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.3-rc2/Documentation/accounting/ |
A D | taskstats-struct.rst | 130 /* cpu "wall-clock" running time
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | rtc.rst | 6 something that tracks wall clock time and is battery backed so that it
|
A D | workload-tracing.rst | 156 spent running in the kernel) independent of wall clock time. We plan to use
|
/linux-6.3-rc2/include/linux/ |
A D | cpufreq.h | 227 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy);
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | timestamping.rst | 89 the results will default to the HDAudio wall clock for playback
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-bwc.rst | 136 - burst_time: Cumulative wall-time (in nanoseconds) that any CPUs has used
|
/linux-6.3-rc2/Documentation/hid/ |
A D | hid-bpf.rst | 331 a specific 3 positions switch to toggle between *pencil on paper*, *cray on a wall*
|
/linux-6.3-rc2/drivers/rtc/ |
A D | Kconfig | 29 If you say yes here, the system time (wall clock) will be set using 57 If you say yes here, the system time (wall clock) will be stored
|
/linux-6.3-rc2/Documentation/virt/kvm/x86/ |
A D | timekeeping.rst | 515 'wall clock' or 'real time' may not need any adjustment of their interrupts to
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | buffer.rst | 622 3.9 and may be either monotonic (see below) or realtime (wall
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kgdb.rst | 442 that rely on timely networking or anything to do with real wall clock
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_init.c | 1298 u64 wall, wall_idle, diff_wall, diff_idle, busy_time; in lpfc_idle_stat_delay_work() local 1324 wall_idle = get_cpu_idle_time(i, &wall, 1); in lpfc_idle_stat_delay_work() 1326 diff_wall = wall - idle_stat->prev_wall; in lpfc_idle_stat_delay_work() 1342 idle_stat->prev_wall = wall; in lpfc_idle_stat_delay_work()
|
A D | lpfc_sli.c | 8008 u64 wall; in lpfc_init_idle_stat_hb() local 8020 idle_stat->prev_idle = get_cpu_idle_time(i, &wall, 1); in lpfc_init_idle_stat_hb() 8021 idle_stat->prev_wall = wall; in lpfc_init_idle_stat_hb()
|