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

  /src/external/bsd/ntp/dist/ntpd/
refclock_shm.c 119 int notready; /* number of peeks without data ready */ member in struct:shmunit
335 major_error = max(up->notready, up->bad);
566 up->notready++;
658 up->ticks, up->good, up->notready,
661 up->ticks = up->good = up->notready = up->bad = up->clash = 0;
refclock_shm.c 119 int notready; /* number of peeks without data ready */ member in struct:shmunit
335 major_error = max(up->notready, up->bad);
566 up->notready++;
658 up->ticks, up->good, up->notready,
661 up->ticks = up->good = up->notready = up->bad = up->clash = 0;

Completed in 46 milliseconds