Searched refs:stime (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | time.h | 815 int stime(const time_t *); 843 __REDIR(stime, __stime64);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sntp_opts.h | 105 #define SNTP_SET_SYSTEM_TIME(sec) (void)stime(&sec)
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 50 atomic64_t stime;
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 D | sched.h | 287 * @stime: time spent in system mode
296 u64 stime;
member 320 u64 stime;
member 1016 u64 stime;
member 1208 /* stime + utime since last update: */
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 695 ktime_t stime, etime; in drm_crtc_vblank_helper_get_vblank_timestamp_internal() local 737 * and bounding timestamps stime, etime, pre/post query. in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 739 vbl_status = get_scanout_position(crtc, in_vblank_irq, &vpos, &hpos, &stime, &etime, mode); in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 747 duration_ns = ktime_to_ns(etime) - ktime_to_ns(stime); in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
|
Completed in 10 milliseconds