Home
last modified time | relevance | path

Searched refs:abstime (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_mutex.h99 struct timespec abstime; in timedwait() local
103 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()
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h1041 const struct timespec *abstime);
1099 const struct timespec *abstime);
1135 const struct timespec *abstime);
1140 const struct timespec *abstime);
H A Dsemaphore.h143 const struct timespec * abstime);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_functions_graph.c56 { TRACER_OPT(funcgraph-abstime, TRACE_GRAPH_PRINT_ABS_TIME) },
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst1303 funcgraph-abstime
2611 - hide: echo nofuncgraph-abstime > trace_options
2612 - show: echo funcgraph-abstime > trace_options