Home
last modified time | relevance | path

Searched refs:timespecsub (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/mips/ingenic/
H A Djz4780_smb.c252 timespecsub(&diff, &start, &diff); in jzsmb_transfer_read()
297 timespecsub(&diff, &start, &diff); in jzsmb_transfer_write()
/f-stack/freebsd/kern/
H A Dkern_time.c546 timespecsub(&ts, &now, &ts); in kern_clock_nanosleep()
1509 timespecsub(&ovalue->it_value, &cts, &ovalue->it_value); in realtimer_gettime()
1553 timespecsub(&ts, &cts, &ts); in realtimer_settime()
1637 timespecsub(&it->it_time.it_value, &cts, &ts); in realtimer_expire()
1649 timespecsub(&ts, &cts, &ts); in realtimer_expire()
H A Duipc_sem.c847 timespecsub(&ts1, &ts2, &ts1); in kern_sem_wait()
H A Duipc_mqueue.c1742 timespecsub(abs_timeout, &ts, &ts2); in mqueue_send()
1893 timespecsub(abs_timeout, &ts, &ts2); in mqueue_receive()
H A Dkern_umtx.c790 timespecsub(&timo->end, &timo->cur, &tts); in abs_timeout_gethz()
3339 timespecsub(&timo.end, &timo.cur, in do_sem2_wait()
H A Dkern_sig.c1318 timespecsub(&ets, &rts, &ts); in kern_sigtimedwait()
/f-stack/freebsd/sys/
H A Dtime.h386 #define timespecsub(tsp, usp, vsp) \ macro