HomeSort by: relevance | last modified time | path
    Searched defs:btd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_tc.c 1202 struct bintime btd; /* time difference */ local in function:pps_ref_event
1337 btd = bt;
1338 bintime_sub(&btd, &bt_ref);
1347 bintime_add(&bt, &btd);
1427 btd = bt_ref;
1428 bintime_sub(&btd, &pps->ref_time);
1432 if (btd.sec < 0 || btd.sec > 1)
1436 if (btd.sec == 0 && btd.frac < (uint64_t)1<<63
    [all...]
kern_tc.c 1202 struct bintime btd; /* time difference */ local in function:pps_ref_event
1337 btd = bt;
1338 bintime_sub(&btd, &bt_ref);
1347 bintime_add(&bt, &btd);
1427 btd = bt_ref;
1428 bintime_sub(&btd, &pps->ref_time);
1432 if (btd.sec < 0 || btd.sec > 1)
1436 if (btd.sec == 0 && btd.frac < (uint64_t)1<<63
    [all...]

Completed in 48 milliseconds