Searched refs:ts1 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_input.c | 1145 struct timespec ts1; in ip_savecontrol() local 1149 mbuf_tstmp2timespec(m, &ts1); in ip_savecontrol() 1150 timespec2bintime(&ts1, &bt); in ip_savecontrol() 1165 struct timespec ts1; in ip_savecontrol() local 1170 mbuf_tstmp2timespec(m, &ts1); in ip_savecontrol() 1171 timespec2bintime(&ts1, &bt1); in ip_savecontrol() 1186 struct timespec ts, ts1; in ip_savecontrol() local 1192 bintime2timespec(&boottimebin, &ts1); in ip_savecontrol() 1193 timespecadd(&ts, &ts1, &ts); in ip_savecontrol()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 1190 struct timespec ts1; in ip6_savecontrol_v4() local 1198 mbuf_tstmp2timespec(m, &ts1); in ip6_savecontrol_v4() 1199 timespec2bintime(&ts1, &bt1); in ip6_savecontrol_v4() 1217 mbuf_tstmp2timespec(m, &ts1); in ip6_savecontrol_v4() 1218 timespec2bintime(&ts1, &t.bt); in ip6_savecontrol_v4() 1237 bintime2timespec(&boottimebin, &ts1); in ip6_savecontrol_v4() 1238 timespecadd(&t.ts, &ts1, &t.ts); in ip6_savecontrol_v4()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_turnstile.c | 883 struct turnstile *ts1; in turnstile_broadcast() local 912 ts1 = ts; in turnstile_broadcast() 917 ts1 = LIST_FIRST(&ts->ts_free); in turnstile_broadcast() 918 MPASS(ts1 != NULL); in turnstile_broadcast() 919 LIST_REMOVE(ts1, ts_hash); in turnstile_broadcast() 920 td->td_turnstile = ts1; in turnstile_broadcast()
|
| H A D | uipc_sem.c | 811 struct timespec ts1, ts2; in kern_sem_wait() local 845 ts1 = *abstime; in kern_sem_wait() 847 timespecsub(&ts1, &ts2, &ts1); in kern_sem_wait() 848 TIMESPEC_TO_TIMEVAL(&tv, &ts1); in kern_sem_wait()
|