Searched refs:timespecsub (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_smb.c | 252 timespecsub(&diff, &start, &diff); in jzsmb_transfer_read() 297 timespecsub(&diff, &start, &diff); in jzsmb_transfer_write()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 546 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 D | uipc_sem.c | 847 timespecsub(&ts1, &ts2, &ts1); in kern_sem_wait()
|
| H A D | uipc_mqueue.c | 1742 timespecsub(abs_timeout, &ts, &ts2); in mqueue_send() 1893 timespecsub(abs_timeout, &ts, &ts2); in mqueue_receive()
|
| H A D | kern_umtx.c | 790 timespecsub(&timo->end, &timo->cur, &tts); in abs_timeout_gethz() 3339 timespecsub(&timo.end, &timo.cur, in do_sem2_wait()
|
| H A D | kern_sig.c | 1318 timespecsub(&ets, &rts, &ts); in kern_sigtimedwait()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 386 #define timespecsub(tsp, usp, vsp) \ macro
|