Searched refs:abstime (Results 1 – 6 of 6) sorted by relevance
99 struct timespec abstime; in timedwait() local103 xcam_mem_clear (abstime); in timedwait()104 abstime.tv_sec += now.tv_sec + now.tv_usec / 1000000; in timedwait()105 abstime.tv_nsec = (now.tv_usec % 1000000) * 1000; in timedwait()107 return pthread_cond_timedwait (&_cond, &mutex._mutex, &abstime); in timedwait()
1041 const struct timespec *abstime);1099 const struct timespec *abstime);1135 const struct timespec *abstime);1140 const struct timespec *abstime);
143 const struct timespec * abstime);
617 static unsigned long xprt_abs_ktime_to_jiffies(ktime_t abstime) in xprt_abs_ktime_to_jiffies() argument619 s64 delta = ktime_to_ns(ktime_get() - abstime); in xprt_abs_ktime_to_jiffies()
56 { TRACER_OPT(funcgraph-abstime, TRACE_GRAPH_PRINT_ABS_TIME) },
1303 funcgraph-abstime2611 - hide: echo nofuncgraph-abstime > trace_options2612 - show: echo funcgraph-abstime > trace_options