Searched refs:started_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
302 &started_at.creation_time, &started_at.exit_time,
303 &started_at.kernel_time, &started_at.user_time);
306 &started_at.creation_time, &started_at.exit_time,
307 &started_at.kernel_time, &started_at
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c249 __u64 started_at; /* micro-seconds */ member in struct:pktgen_dev
708 sa = pkt_dev->started_at;
2858 pkt_dev->started_at = getCurUs();
2963 total_us = pkt_dev->stopped_at - pkt_dev->started_at;

Completed in 39 milliseconds