Searched refs:ts2 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sched_ule.c | 2265 struct td_sched *ts2; in sched_fork_thread() local 2274 ts2 = td_get_sched(child); in sched_fork_thread() 2280 ts2->ts_cpu = ts->ts_cpu; in sched_fork_thread() 2281 ts2->ts_flags = 0; in sched_fork_thread() 2285 ts2->ts_ticks = ts->ts_ticks; in sched_fork_thread() 2286 ts2->ts_ltick = ts->ts_ltick; in sched_fork_thread() 2287 ts2->ts_ftick = ts->ts_ftick; in sched_fork_thread() 2295 ts2->ts_slptime = ts->ts_slptime; in sched_fork_thread() 2296 ts2->ts_runtime = ts->ts_runtime; in sched_fork_thread() 2298 ts2->ts_slice = tdq_slice(tdq) - sched_slice_min; in sched_fork_thread() [all …]
|
| H A D | uipc_mqueue.c | 1700 struct timespec ts, ts2; in mqueue_send() local 1742 timespecsub(abs_timeout, &ts, &ts2); in mqueue_send() 1743 if (ts2.tv_sec < 0 || (ts2.tv_sec == 0 && ts2.tv_nsec <= 0)) { in mqueue_send() 1747 TIMESPEC_TO_TIMEVAL(&tv, &ts2); in mqueue_send() 1855 struct timespec ts, ts2; in mqueue_receive() local 1893 timespecsub(abs_timeout, &ts, &ts2); in mqueue_receive() 1894 if (ts2.tv_sec < 0 || (ts2.tv_sec == 0 && ts2.tv_nsec <= 0)) { in mqueue_receive() 1898 TIMESPEC_TO_TIMEVAL(&tv, &ts2); in mqueue_receive()
|
| H A D | kern_timeout.c | 628 struct timespec ts2; in softclock_call_cc() local 704 ts2 = sbttots(sbt2); in softclock_call_cc() 707 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
|
| H A D | uipc_sem.c | 811 struct timespec ts1, ts2; in kern_sem_wait() local 846 getnanotime(&ts2); in kern_sem_wait() 847 timespecsub(&ts1, &ts2, &ts1); in kern_sem_wait()
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 398 struct timespec ts2; in softclock_call_cc() local 475 ts2 = sbttots(sbt2); in softclock_call_cc() 478 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
|