Searched refs:wall (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
D | time.c | 399 void update_vsyscall_old(struct timespec *wall, struct timespec *wtm, in update_vsyscall_old() argument 412 fsyscall_gtod_data.wall_time.tv_sec = wall->tv_sec; in update_vsyscall_old() 413 fsyscall_gtod_data.wall_time.tv_nsec = wall->tv_nsec; in update_vsyscall_old() 415 + wall->tv_sec; in update_vsyscall_old() 417 + wall->tv_nsec; in update_vsyscall_old()
|
/linux-4.4.14/drivers/power/ |
D | wm831x_power.c | 24 struct power_supply *wall; member 490 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq() 536 power->wall = power_supply_register(&pdev->dev, &power->wall_desc, in wm831x_power_probe() 538 if (IS_ERR(power->wall)) { in wm831x_power_probe() 539 ret = PTR_ERR(power->wall); in wm831x_power_probe() 629 power_supply_unregister(power->wall); in wm831x_power_probe() 655 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pvclock.h | 12 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ab8500/ |
D | fg.txt | 5 wall-charger, usb-charger, audio codec, general purpose adc,
|
/linux-4.4.14/drivers/cpufreq/ |
D | cpufreq.c | 175 static inline u64 get_cpu_idle_time_jiffy(unsigned int cpu, u64 *wall) in get_cpu_idle_time_jiffy() argument 191 if (wall) in get_cpu_idle_time_jiffy() 192 *wall = cputime_to_usecs(cur_wall_time); in get_cpu_idle_time_jiffy() 197 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy) in get_cpu_idle_time() argument 199 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time() 202 return get_cpu_idle_time_jiffy(cpu, wall); in get_cpu_idle_time() 204 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time()
|
/linux-4.4.14/include/linux/ |
D | cpufreq.h | 159 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy);
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 35 shall be as stable and correct as possible as compared to a real-world wall 45 When the wall-clock accuracy of the clock source isn't satisfactory, there
|
/linux-4.4.14/Documentation/ |
D | rtc.txt | 6 something that tracks wall clock time and is battery backed so that it 172 wall clock time. To be most useful, this time may also be updated.
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 118 /* cpu "wall-clock" running time
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 84 the results will default to the HDAudio wall clock for playback
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | boot-options.txt | 92 Don't use the CPU time stamp counter to read the wall time.
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 24 If you say yes here, the system time (wall clock) will be set using 55 If you say yes here, the system time (wall clock) will be stored
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 489 'wall clock' or 'real time' may not need any adjustment of their interrupts to
|