Home
last modified time | relevance | path

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

12

/openbmc/linux/Documentation/virt/kvm/arm/
H A Dptp_kvm.rst7 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)
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.13.bb33 …TIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall"
55 ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1"
63 ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"
/openbmc/linux/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 = 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()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3005-modules-remove-glspectrum-usage.patch49 video_splitter/$(DEPDIR)/wall.Plo \
105 …@AMDEP_TRUE@@am__include@ @am__quote@video_splitter/$(DEPDIR)/wall.Plo@am__quote@ # am--include-ma…
113 -rm -f video_splitter/$(DEPDIR)/wall.Plo
121 -rm -f video_splitter/$(DEPDIR)/wall.Plo
/openbmc/openbmc/meta-facebook/recipes-core/busybox/
H A Dbusybox_%.bbappend4 file://wall.cfg \
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A DREADME.md9 2. Uptime: uptime in wall clock time, idle process across all cores
H A Dmetricblob.proto26 float uptime = 1; // Uptime (wall clock time)
/openbmc/linux/arch/x86/include/asm/
H A Dpvclock.h14 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
/openbmc/linux/tools/perf/Documentation/
H A Dperf-data.txt34 Convert time to wall clock time.
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
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst19 execution time with wall-clock time so a "slow" device doesn't run too
33 to keep wall clock time and virtual time in sync.
/openbmc/openbmc/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.40.2.bb308 ALTERNATIVE_LINK_NAME[wall] = "${bindir}/wall"
312 mountpoint.1 nologin.8 rfkill.8 sulogin.8 utmpdump.1 uuid.3 wall.1\
337 ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch204 - yappi.set_clock_type("wall")
289 - yappi.set_clock_type('wall')
290 - self.assertEqual('wall', yappi.get_clock_type())
558 - yappi.set_clock_type("wall")
570 - self.assertRaises(_yappi.error, yappi.set_clock_type, "wall")
652 - yappi.set_clock_type('wall')
673 - yappi.set_clock_type('wall')
965 - self.assertRaises(_yappi.error, yappi.set_clock_type, "wall")
967 - yappi.set_clock_type("wall")
1089 - yappi.set_clock_type("wall")
[all …]
/openbmc/linux/drivers/cpufreq/
H 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()
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev10 format is a Gregorian calendar date and 24 hour wall clock
/openbmc/linux/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
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst130 /* cpu "wall-clock" running time
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_257.1.bb607 ${systemd_system_unitdir}/systemd-ask-password-wall.path \
608 ${systemd_system_unitdir}/systemd-ask-password-wall.service \
610 … ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \
613 … ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \
/openbmc/linux/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
/openbmc/linux/include/linux/
H A Dcpufreq.h230 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy);
/openbmc/linux/Documentation/sound/designs/
H A Dtimestamping.rst89 the results will default to the HDAudio wall clock for playback
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst136 - burst_time: Cumulative wall-time (in nanoseconds) that any CPUs has used
/openbmc/linux/Documentation/mm/
H A Dmultigen_lru.rst218 The PID controller uses generations rather than the wall clock as the
/openbmc/linux/Documentation/hid/
H A Dhid-bpf.rst331 a specific 3 positions switch to toggle between *pencil on paper*, *cray on a wall*

12