Home
last modified time | relevance | path

Searched refs:utime (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dutime.h2 * @defgroup utime Utime
25 * @ingroup utime
28 * The utime() function shall set the modification times of the file named by the path argument.
35 * <li>The utime() doesn't support to set access time.</li>
54 * <ul><li>utime.h</li></ul>
57 int utime (const char *, const struct utimbuf *);
60 __REDIR(utime, __utime64);
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h49 atomic64_t utime; member
57 .utime = ATOMIC64_INIT(0), .stime = ATOMIC64_INIT(0), .sum_exec_runtime = ATOMIC64_INIT(0), \
176 u64 utime, stime, cutime, cstime; member
189 * from jiffies_to_ns(utime + stime) if sched_clock uses something
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h286 * @utime: time spent in user mode
295 u64 utime; member
319 u64 utime; member
1015 u64 utime; member
1208 /* stime + utime since last update: */
/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c11 #include <linux/utime.h>

Completed in 8 milliseconds