getCurUs 511 net/core/pktgen.c __u64 now = getCurUs(); getCurUs 2101 net/core/pktgen.c start = now = getCurUs(); getCurUs 2113 net/core/pktgen.c now = getCurUs(); getCurUs 3077 net/core/pktgen.c pkt_dev->started_at = getCurUs(); getCurUs 3078 net/core/pktgen.c pkt_dev->next_tx_us = getCurUs(); /* Transmit immediately */ getCurUs 3226 net/core/pktgen.c pkt_dev->stopped_at = getCurUs(); getCurUs 3351 net/core/pktgen.c now = getCurUs(); getCurUs 3359 net/core/pktgen.c pkt_dev->next_tx_us = getCurUs() + pkt_dev->delay_us; getCurUs 3376 net/core/pktgen.c idle_start = getCurUs(); getCurUs 3388 net/core/pktgen.c pkt_dev->idle_acc += getCurUs() - idle_start; getCurUs 3392 net/core/pktgen.c pkt_dev->next_tx_us = getCurUs(); /* TODO */ getCurUs 3450 net/core/pktgen.c pkt_dev->next_tx_us = getCurUs(); getCurUs 3464 net/core/pktgen.c pkt_dev->next_tx_us = getCurUs(); /* TODO */ getCurUs 3473 net/core/pktgen.c idle_start = getCurUs(); getCurUs 3480 net/core/pktgen.c pkt_dev->idle_acc += getCurUs() - idle_start;