Searched refs:stopped_at (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbenchmark.c261 } started_at, stopped_at; variable in typeref:struct:__anon2617
263 static clock_t started_at, stopped_at; variable
309 stopped_at = started_at;
314 started_at = stopped_at = tmp.tms_utime;
324 &stopped_at.creation_time, &stopped_at.exit_time,
325 &stopped_at.kernel_time, &stopped_at.user_time);
328 &stopped_at.creation_time, &stopped_at
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c250 __u64 stopped_at; /* micro-seconds */ member in struct:pktgen_dev
709 stopped = pkt_dev->stopped_at;
2963 total_us = pkt_dev->stopped_at - pkt_dev->started_at;
3006 pkt_dev->stopped_at = getCurUs();

Completed in 53 milliseconds