Searched refs:time_nsec (Results 1 – 3 of 3) sorted by relevance
50 sleep_nsec(uint64_t time_nsec) in sleep_nsec() argument53 t.tv_sec = time_nsec / NSECS_PER_SEC; in sleep_nsec()54 t.tv_nsec = time_nsec % NSECS_PER_SEC; in sleep_nsec()
1099 unsigned int time_nsec; in convert_to_time_str() local1102 time_nsec = ts->tv_nsec; in convert_to_time_str()1103 convert_time((unsigned int *)<, &time_nsec, sec_offset, nsec_offset); in convert_to_time_str()1107 time_nsec); in convert_to_time_str()
26112 Do not check for struct stat.st_{a,c}time_nsec.