Home
last modified time | relevance | path

Searched refs:start_boottime (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/
H A Dmain.c228 ts->start_boottime = bt.tv_sec * (uint64_t) ticks_per_sec; in init_task_state()
229 ts->start_boottime += bt.tv_nsec * (uint64_t) ticks_per_sec / in init_task_state()
H A Dqemu.h161 uint64_t start_boottime; member
H A Dsyscall.c8197 g_string_printf(buf, "%" PRIu64 " ", ts->start_boottime); in open_self_stat()
/openbmc/linux/fs/proc/
H A Darray.c580 nsec_to_clock_t(timens_add_boottime_ns(task->start_boottime)); in do_task_stat()
/openbmc/linux/fs/
H A Dexec.c1117 tsk->start_boottime = leader->start_boottime; in de_thread()
/openbmc/linux/include/linux/
H A Dsched.h1044 u64 start_boottime; member
/openbmc/linux/kernel/
H A Dfork.c2620 p->start_boottime = ktime_get_boottime_ns(); in copy_process()