/Linux-v5.15/fs/proc/ |
D | uptime.c | 13 struct timespec64 uptime; in uptime_proc_show() local 23 ktime_get_boottime_ts64(&uptime); in uptime_proc_show() 24 timens_add_boottime(&uptime); in uptime_proc_show() 29 (unsigned long) uptime.tv_sec, in uptime_proc_show() 30 (uptime.tv_nsec / (NSEC_PER_SEC / 100)), in uptime_proc_show()
|
D | Makefile | 23 proc-y += uptime.o
|
/Linux-v5.15/tools/testing/selftests/timens/ |
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-v5.15/tools/testing/selftests/proc/ |
D | .gitignore | 14 /proc-uptime-001 15 /proc-uptime-002
|
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()
|
D | Makefile | 16 TEST_GEN_PROGS += proc-uptime-001 17 TEST_GEN_PROGS += proc-uptime-002
|
/Linux-v5.15/Documentation/hwmon/ |
D | corsair-psu.rst | 89 uptime Current uptime of the psu 90 uptime_total Total uptime of the psu
|
/Linux-v5.15/include/uapi/linux/ |
D | sysinfo.h | 9 __kernel_long_t uptime; /* Seconds since boot */ member
|
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/ |
D | cpu-load.rst | 5 Linux通过``/proc/stat``和``/proc/uptime``导出各种信息,用户空间工具
|
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/ |
D | cpu-load.rst | 11 Linux通過``/proc/stat``和``/proc/uptime``導出各種信息,用戶空間工具
|
/Linux-v5.15/kernel/debug/kdb/ |
D | kdb_main.c | 2477 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo() local 2480 val->uptime = div_u64(uptime, NSEC_PER_SEC); in kdb_sysinfo() 2512 if (val.uptime > (24*60*60)) { in kdb_summary() 2513 int days = val.uptime / (24*60*60); in kdb_summary() 2514 val.uptime %= (24*60*60); in kdb_summary() 2517 kdb_printf("%02ld:%02ld\n", val.uptime/(60*60), (val.uptime/60)%60); in kdb_summary()
|
/Linux-v5.15/include/net/ |
D | dn_dev.h | 98 unsigned long uptime; /* Time device went up in jiffies */ member
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | debugfs-cros-ec | 27 What: /sys/kernel/debug/<cros-ec-device>/uptime
|
/Linux-v5.15/Documentation/admin-guide/ |
D | cpu-load.rst | 6 ``/proc/uptime`` that userland tools, such as top(1), use to calculate
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 163 ktime_t uptime; member
|
D | i915_gpu_error.c | 778 ts = ktime_to_timespec64(error->uptime); in __err_print_to_sgl() 1765 error->uptime = ktime_sub(ktime_get(), i915->gt.last_init_time); in i915_gpu_coredump_alloc()
|
/Linux-v5.15/Documentation/x86/x86_64/ |
D | machinecheck.rst | 57 deadlock. Higher tolerant values trade potentially better uptime
|
/Linux-v5.15/Documentation/dev-tools/ |
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-v5.15/kernel/ |
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-v5.15/net/decnet/ |
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-v5.15/arch/powerpc/xmon/ |
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-v5.15/drivers/hwmon/ |
D | corsair-psu.c | 633 DEFINE_SHOW_ATTRIBUTE(uptime);
|
/Linux-v5.15/drivers/md/ |
D | Kconfig | 192 This brings the redundancy (and uptime) of RAID levels across the
|
/Linux-v5.15/lib/ |
D | Kconfig.debug | 1034 high-availability systems that have uptime guarantees and 1136 high-availability systems that have uptime guarantees and
|
/Linux-v5.15/Documentation/filesystems/ |
D | proc.rst | 721 uptime Wall clock since boot, combined idle time of all cpus
|