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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c473 static inline __u64 getCurUs(void) function
582 __u64 now = getCurUs();
2059 start = now = getCurUs();
2073 now = getCurUs();
2858 pkt_dev->started_at = getCurUs();
2859 pkt_dev->next_tx_us = getCurUs(); /* Transmit immediately */
3006 pkt_dev->stopped_at = getCurUs();
3129 now = getCurUs();
3137 pkt_dev->next_tx_us = getCurUs() + pkt_dev->delay_us;
3144 idle_start = getCurUs();
[all...]

Completed in 134 milliseconds