Searched refs:time_remaining (Results 1 – 8 of 8) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | sleep.c | 47 struct timespec time_remaining; in __sleep() local 58 if (INTERPOS_SYS(nanosleep, &time_to_sleep, &time_remaining) != -1) in __sleep() 62 return (time_remaining.tv_sec + in __sleep() 63 (time_remaining.tv_nsec != 0)); /* round up */ in __sleep()
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 260 const struct timespec *time_to_sleep, struct timespec *time_remaining) in __thr_clock_nanosleep() argument 268 time_remaining); in __thr_clock_nanosleep() 276 struct timespec *time_remaining) in __thr_nanosleep() argument 283 ret = __sys_nanosleep(time_to_sleep, time_remaining); in __thr_nanosleep()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts.h | 72 uint32_t time_remaining; /* bbr->flex5 x */ member
|
| H A D | tcp_hpts.c | 918 diag->time_remaining = tp->t_hpts_request; in __tcp_hpts_insert()
|
| /freebsd/lib/libc/net/ |
| H A D | rcmd.c | 190 struct timespec time_to_sleep, time_remaining; in rcmd_af() local 194 (void)_nanosleep(&time_to_sleep, &time_remaining); in rcmd_af()
|
| /freebsd/lib/libc/yp/ |
| H A D | yplib.c | 480 struct timespec time_to_sleep, time_remaining; in _yp_dobind() local 488 &time_remaining); in _yp_dobind()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 6350 log.u_bbr.flex5 = diag->time_remaining; in rack_log_hpts_diag() 16242 int time_remaining = 0; in rack_do_segment_nounlock() local 16291 time_remaining = rack->r_ctl.rc_last_output_to - us_cts; in rack_do_segment_nounlock() 16311 if ((no_output == 1) && (time_remaining < tcp_min_hptsi_time)) { in rack_do_segment_nounlock() 16802 KASSERT ((time_remaining != 0), ("slot remaining is zero for rack:%p tp:%p", rack, tp)); in rack_do_segment_nounlock() 16803 rack_start_hpts_timer(rack, tp, cts, time_remaining, 0, 0); in rack_do_segment_nounlock()
|
| H A D | bbr.c | 2398 log.u_bbr.flex5 = diag->time_remaining; in bbr_log_hpts_diag()
|