HomeSort by relevance Sort by last modified time
    Searched refs:tlast (Results 1 - 5 of 5) sorted by null

  /system/extras/tests/timetest/
timetest.c 60 long long tnow, tlast; local
71 tlast = 0;
99 if(tnow < tlast) {
102 tlast, tnow);
109 tlast = tnow;
  /external/ltp/tools/netpipe-2.4/
netpipe.c 53 tlast, /* Time for the last transmission */ local
240 tlast = latency;
248 n < NSAMP - 3 && tlast < STOPTM && len <= end && !errFlag;
269 1.0) * tlast)),
442 tlast = bwdata[n].t;
467 bwdata[n].bps, tlast);
  /external/ltp/tools/netpipe-2.4-ipv6/
netpipe.c 90 tlast, /* Time for the last transmission */ local
292 tlast = latency;
300 n < NSAMP - 3 && tlast < STOPTM && len <= end && !errFlag;
321 1.0) * tlast)),
496 tlast = bwdata[n].t;
521 bwdata[n].bps, tlast);
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 699 unsigned long long tinit, tlast, tcurr; local
775 tinit = tlast = eph_mstics();
799 if ((tcurr - tlast) >= 1000) {
803 (tcurr - tlast)),
808 tlast = tcurr;
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 595 u16 tlast; /* interrupt moderation timer from last completion usec */ member in struct:mtnic_if_config_cq_in_mbox

Completed in 265 milliseconds