/linux/fs/proc/ |
A D | uptime.c | 13 struct timespec64 uptime; in uptime_proc_show() local 27 ktime_get_boottime_ts64(&uptime); in uptime_proc_show() 28 timens_add_boottime(&uptime); in uptime_proc_show() 33 (unsigned long) uptime.tv_sec, in uptime_proc_show() 34 (uptime.tv_nsec / (NSEC_PER_SEC / 100)), in uptime_proc_show()
|
A D | built-in.a | 19 uptime.o/
|
A D | Makefile | 23 proc-y += uptime.o
|
A D | .uptime.o.cmd | 1 …uptime.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_fs/proc/uptime.o := fs/proc/uptime.c 5 deps_fs/proc/uptime.o := \ 942 fs/proc/uptime.o: $(deps_fs/proc/uptime.o) 944 $(deps_fs/proc/uptime.o):
|
A D | .built-in.a.cmd | 1 …/interrupts.o fs/proc/loadavg.o fs/proc/meminfo.o fs/proc/stat.o fs/proc/uptime.o fs/proc/util.o f…
|
/linux/tools/testing/selftests/timens/ |
A D | procfs.c | 70 static int read_proc_uptime(struct timespec *uptime) in read_proc_uptime() argument 91 uptime->tv_sec = up_sec; in read_proc_uptime() 92 uptime->tv_nsec = up_nsec; in read_proc_uptime()
|
/linux/tools/testing/selftests/proc/ |
A D | .gitignore | 15 /proc-uptime-001 16 /proc-uptime-002
|
A D | proc-uptime.h | 25 static void proc_uptime(int fd, uint64_t *uptime, uint64_t *idle) in proc_uptime() argument 46 *uptime = val1 * 100 + val2; in proc_uptime()
|
A D | Makefile | 18 TEST_GEN_PROGS += proc-uptime-001 19 TEST_GEN_PROGS += proc-uptime-002
|
/linux/Documentation/hwmon/ |
A D | corsair-psu.rst | 89 uptime Current uptime of the psu 90 uptime_total Total uptime of the psu
|
/linux/include/uapi/linux/ |
A D | sysinfo.h | 9 __kernel_long_t uptime; /* Seconds since boot */ member
|
/linux/kernel/debug/kdb/ |
A D | kdb_main.c | 2478 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo() local 2481 val->uptime = div_u64(uptime, NSEC_PER_SEC); in kdb_sysinfo() 2513 if (val.uptime > (24*60*60)) { in kdb_summary() 2514 int days = val.uptime / (24*60*60); in kdb_summary() 2515 val.uptime %= (24*60*60); in kdb_summary() 2518 kdb_printf("%02ld:%02ld\n", val.uptime/(60*60), (val.uptime/60)%60); in kdb_summary()
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
A D | cpu-load.rst | 5 Linux通过``/proc/stat``和``/proc/uptime``导出各种信息,用户空间工具
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
A D | cpu-load.rst | 11 Linux通過``/proc/stat``和``/proc/uptime``導出各種信息,用戶空間工具
|
/linux/include/net/ |
A D | dn_dev.h | 98 unsigned long uptime; /* Time device went up in jiffies */ member
|
/linux/Documentation/ABI/testing/ |
A D | debugfs-cros-ec | 27 What: /sys/kernel/debug/<cros-ec-device>/uptime
|
A D | sysfs-mce | 72 better uptime with the risk of a crash or even corruption
|
/linux/Documentation/admin-guide/ |
A D | cpu-load.rst | 6 ``/proc/uptime`` that userland tools, such as top(1), use to calculate
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.h | 163 ktime_t uptime; member
|
/linux/Documentation/dev-tools/ |
A D | kfence.rst | 14 total uptime KFENCE will detect bugs in code paths not typically exercised by 16 uptime is when the tool is deployed across a large fleet of machines.
|
/linux/kernel/ |
A D | sys.c | 2567 info->uptime = tp.tv_sec + (tp.tv_nsec ? 1 : 0); in do_sysinfo() 2634 s32 uptime; member 2679 s_32.uptime = s.uptime; in COMPAT_SYSCALL_DEFINE1()
|
/linux/fs/ |
A D | built-in.a | 103 proc/uptime.o/
|
/linux/net/decnet/ |
A D | dn_dev.c | 880 if (time_before(jiffies, dn_db->uptime + DRDELAY)) in dn_am_i_a_router() 1099 dn_db->uptime = jiffies; in dn_dev_create()
|
/linux/arch/powerpc/xmon/ |
A D | xmon.c | 1016 struct timespec64 uptime; in show_uptime() local 1022 ktime_get_coarse_boottime_ts64(&uptime); in show_uptime() 1023 printf("Uptime: %lu.%.2lu seconds\n", (unsigned long)uptime.tv_sec, in show_uptime() 1024 ((unsigned long)uptime.tv_nsec / (NSEC_PER_SEC/100))); in show_uptime()
|
/linux/drivers/hwmon/ |
A D | corsair-psu.c | 633 DEFINE_SHOW_ATTRIBUTE(uptime);
|