Home
last modified time | relevance | path

Searched refs:get_seconds (Results 1 – 8 of 8) sorted by relevance

/kernel/time/
Dntp.c311 secs = get_seconds() - time_reftime; in ntp_update_offset()
315 time_reftime = get_seconds(); in ntp_update_offset()
549 time_reftime = get_seconds(); in process_adj_status()
Dtime.c65 time_t i = get_seconds(); in SYSCALL_DEFINE1()
Dtimekeeping.c1626 unsigned long get_seconds(void) in get_seconds() function
1632 EXPORT_SYMBOL(get_seconds);
/kernel/
Dtsacct.c46 stats->ac_btime = get_seconds() - delta; in bacct_add_tsk()
Dacct.c450 ac->ac_btime = get_seconds() - elapsed; in fill_ac()
Dcpuset.c1385 time_t now = get_seconds(); in fmeter_update()
Dkexec.c1908 vmcoreinfo_append_str("CRASHTIME=%ld\n", get_seconds()); in crash_save_vmcoreinfo()
/kernel/rcu/
Drcutorture.c1338 stop_at = get_seconds() + stall_cpu; in rcu_torture_stall()
1343 while (ULONG_CMP_LT(get_seconds(), stop_at)) in rcu_torture_stall()