Home
last modified time | relevance | path

Searched refs:abstime (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c425 const struct timespec *restrict abstime) in cond_timedwait()
427 errno = pthread_cond_timedwait(cond, mutex, abstime); in cond_timedwait()
423 cond_timedwait(pthread_cond_t *restrict cond, pthread_mutex_t *restrict mutex, const struct timespec *restrict abstime) cond_timedwait() argument
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprt.c617 static unsigned long xprt_abs_ktime_to_jiffies(ktime_t abstime) in xprt_abs_ktime_to_jiffies() argument
619 s64 delta = ktime_to_ns(ktime_get() - abstime); in xprt_abs_ktime_to_jiffies()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dxprt.c646 static unsigned long xprt_abs_ktime_to_jiffies(ktime_t abstime) in xprt_abs_ktime_to_jiffies() argument
648 s64 delta = ktime_to_ns(ktime_get() - abstime); in xprt_abs_ktime_to_jiffies()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_functions_graph.c56 { TRACER_OPT(funcgraph-abstime, TRACE_GRAPH_PRINT_ABS_TIME) },
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_functions_graph.c56 { TRACER_OPT(funcgraph-abstime, TRACE_GRAPH_PRINT_ABS_TIME) },

Completed in 14 milliseconds