Home
last modified time | relevance | path

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

12

/linux/Documentation/virt/kvm/arm/
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/drivers/power/supply/
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/arch/x86/include/asm/
A Dpvclock.h15 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
/linux/tools/perf/Documentation/
A Dperf-data.txt34 Convert time to wall clock time.
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
A Dperf-stat.txt162 This can be useful to measure just elapsed wall-clock time - or to assess the
/linux/Documentation/devicetree/bindings/power/supply/
A Dltc4162-l.yaml16 distribution between input sources such as wall adapters, backplanes, solar
A Dgpio-charger.yaml32 Type of the charger, e.g. "mains" for a wall charger.
/linux/Documentation/ABI/testing/
A Drtc-cdev10 format is a Gregorian calendar date and 24 hour wall clock
A Dsysfs-class-power405 integrated converter allowing for a "smart" wall
/linux/drivers/cpufreq/
A Dcpufreq.c129 static inline u64 get_cpu_idle_time_jiffy(unsigned int cpu, u64 *wall) in get_cpu_idle_time_jiffy() argument
148 if (wall) in get_cpu_idle_time_jiffy()
149 *wall = div_u64(cur_wall_time, NSEC_PER_USEC); in get_cpu_idle_time_jiffy()
154 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy) in get_cpu_idle_time() argument
156 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time()
159 return get_cpu_idle_time_jiffy(cpu, wall); in get_cpu_idle_time()
161 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time()
/linux/Documentation/timers/
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/Documentation/accounting/
A Dtaskstats-struct.rst130 /* cpu "wall-clock" running time
/linux/include/linux/
A Dcpufreq.h230 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy);
/linux/Documentation/admin-guide/
A Drtc.rst6 something that tracks wall clock time and is battery backed so that it
A Dworkload-tracing.rst156 spent running in the kernel) independent of wall clock time. We plan to use
/linux/Documentation/sound/designs/
A Dtimestamping.rst89 the results will default to the HDAudio wall clock for playback
/linux/Documentation/scheduler/
A Dsched-bwc.rst136 - burst_time: Cumulative wall-time (in nanoseconds) that any CPUs has used
/linux/Documentation/mm/
A Dmultigen_lru.rst218 The PID controller uses generations rather than the wall clock as the
/linux/Documentation/hid/
A Dhid-bpf.rst353 a specific 3 positions switch to toggle between *pencil on paper*, *cray on a wall*
/linux/Documentation/userspace-api/media/v4l/
A Dbuffer.rst622 3.9 and may be either monotonic (see below) or realtime (wall
/linux/Documentation/virt/kvm/x86/
A Dtimekeeping.rst515 'wall clock' or 'real time' may not need any adjustment of their interrupts to
/linux/drivers/rtc/
A DKconfig29 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/Documentation/dev-tools/
A Dkgdb.rst442 that rely on timely networking or anything to do with real wall clock
/linux/drivers/scsi/lpfc/
A Dlpfc_init.c1292 u64 wall, wall_idle, diff_wall, diff_idle, busy_time; in lpfc_idle_stat_delay_work() local
1318 wall_idle = get_cpu_idle_time(i, &wall, 1); in lpfc_idle_stat_delay_work()
1320 diff_wall = wall - idle_stat->prev_wall; in lpfc_idle_stat_delay_work()
1336 idle_stat->prev_wall = wall; in lpfc_idle_stat_delay_work()

Completed in 69 milliseconds

12