Searched refs:ts_now (Results 1 – 1 of 1) sorted by relevance
492 struct timespec ts_now; in async_reply_handle_thread_unsafe() local499 ts_now.tv_nsec = now.tv_usec * 1000; in async_reply_handle_thread_unsafe()500 ts_now.tv_sec = now.tv_sec; in async_reply_handle_thread_unsafe()502 action = process_async_request(req, &ts_now); in async_reply_handle_thread_unsafe()