Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/kernel/fs/proc/
H A Duptime.c13 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()
H A DMakefile23 proc-y += uptime.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/cmocka/
H A Dcmocka_1.1.5.bb26 install -d ${D}${datadir}/${BPN}/example/mock/uptime
30 install -m 0755 ${B}/example/mock/uptime/uptime ${D}/${datadir}/${BPN}/example/mock/uptime
31 install -m 0755 ${B}/example/mock/uptime/test_uptime ${D}/${datadir}/${BPN}/example/mock/uptime
32 …install -m 0644 ${B}/example/mock/uptime/libproc_uptime.so ${D}/${datadir}/${BPN}/example/mock/lib…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch21 src/uptime.c | 2 +-
37 diff --git a/src/uptime.c b/src/uptime.c
39 --- a/src/uptime.c
40 +++ b/src/uptime.c
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h707 uint32_t uptime; in HandShake() local
729 uptime = htonl(RTMP_GetTime()); in HandShake()
730 memcpy(clientsig, &uptime, 4); in HandShake()
830 memcpy(&uptime, serversig, 4); in HandShake()
831 uptime = ntohl(uptime); in HandShake()
833 RTMP_Log(RTMP_LOGDEBUG, "%s: Server Uptime : %d", __FUNCTION__, uptime); in HandShake()
958 uptime = htonl(RTMP_GetTime()); in HandShake()
959 memcpy(reply+4, &uptime, 4); in HandShake()
1086 uint32_t uptime; in SHandShake() local
1126 uptime = htonl(RTMP_GetTime()); in SHandShake()
[all …]
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A D0001-configure-Add--disable-w.patch21 uptime \
31 uptime \
40 uptime.1 \
68 uptime_SOURCES = uptime.c lib/fileutils.c
H A DConfig.in8 Provides things like kill, ps, uptime, free, top, etc...
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dprocfs.c70 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A D.gitignore13 /proc-uptime-001
14 /proc-uptime-002
H A DMakefile15 TEST_GEN_PROGS += proc-uptime-001
16 TEST_GEN_PROGS += proc-uptime-002
H A Dproc-uptime.h25 static void proc_uptime(int fd, uint64_t *uptime, uint64_t *idle) in proc_uptime() argument
46 *uptime = val1 * 100 + val2; in proc_uptime()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-time-dd-test.sh87 uptime
97 uptime
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/
H A Dprocps_3.3.17.bb55 bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime w"
64 ALTERNATIVE:${PN}-doc = "kill.1 uptime.1"
66 ALTERNATIVE_LINK_NAME[uptime.1] = "${mandir}/man1/uptime.1"
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/
H A Dxfce4-systemload-plugin_1.3.1.bb1 …"Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/
H A Dcoreutils_9.0.bb60 tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes"
124 ALTERNATIVE:${PN}-doc = "base64.1 nice.1 mktemp.1 df.1 groups.1 kill.1 uptime.1 stat.1 hostname.1"
151 ALTERNATIVE_LINK_NAME[uptime.1] = "${mandir}/man1/uptime.1"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/nicstat/nicstat/
H A D0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch28 #define PROC_UPTIME "/proc/uptime"
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_main.c2555 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo() local
2558 val->uptime = div_u64(uptime, NSEC_PER_SEC); in kdb_sysinfo()
2597 if (val.uptime > (24*60*60)) { in kdb_summary()
2598 int days = val.uptime / (24*60*60); in kdb_summary()
2599 val.uptime %= (24*60*60); in kdb_summary()
2602 kdb_printf("%02ld:%02ld\n", val.uptime/(60*60), (val.uptime/60)%60); in kdb_summary()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/admin-guide/
H A Dcpu-load.rst5 Linux通过``/proc/stat``和``/proc/uptime``导出各种信息,用户空间工具
/OK3568_Linux_fs/kernel/include/net/
H A Ddn_dev.h98 unsigned long uptime; /* Time device went up in jiffies */ member
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.mk148 $(if $(BR2_PACKAGE_COLLECTD_UPTIME),--enable-uptime,--disable-uptime) \
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-cros-ec27 What: /sys/kernel/debug/<cros-ec-device>/uptime
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c322 time64_t uptime = ktime_get_seconds(); in crng_has_old_seed() local
323 if (uptime >= CRNG_RESEED_INTERVAL / HZ * 2) in crng_has_old_seed()
327 (unsigned int)uptime / 2 * HZ); in crng_has_old_seed()

123