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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_impl.h 364 uint64_t dt_last_timestamp; /* most recently consumed timestamp */ member in struct:dtrace_hdl
dt_consume.c 3043 assert(timestamp >= dtp->dt_last_timestamp);
3044 dtp->dt_last_timestamp = timestamp;

Completed in 25 milliseconds