Searched refs:abs_nsec (Results 1 – 1 of 1) sorted by relevance
119 uint32_t abs_nsec = now.tv_nsec + timeout % NSEC_PER_SEC; in wsi_queue_pull() local120 uint64_t abs_sec = now.tv_sec + (abs_nsec / NSEC_PER_SEC) + in wsi_queue_pull()122 abs_nsec %= NSEC_PER_SEC; in wsi_queue_pull()128 abstime.tv_nsec = abs_nsec; in wsi_queue_pull()