Searched refs:store_tod_clock (Results 1 – 3 of 3) sorted by relevance
40 if (store_tod_clock(&time) == 0) in reset_tod_clock()43 if (set_tod_clock(TOD_UNIX_EPOCH) != 0 || store_tod_clock(&time) != 0) in reset_tod_clock()
122 store_tod_clock((__u64 *)&te->timestamp); in cf_diag_trailer()
35 static inline int store_tod_clock(__u64 *time) in store_tod_clock() function