Searched refs:abs_nsec (Results 1 – 1 of 1) sorted by relevance
117 uint32_t abs_nsec = now.tv_nsec + timeout % NSEC_PER_SEC; in wsi_queue_pull() local118 uint64_t abs_sec = now.tv_sec + (abs_nsec / NSEC_PER_SEC) + in wsi_queue_pull()120 abs_nsec %= NSEC_PER_SEC; in wsi_queue_pull()126 abstime.tv_nsec = abs_nsec; in wsi_queue_pull()