Lines Matching defs:stv
1422 const struct timeval *stv, const struct timeval *etv)
1424 uint64_t s = stv->tv_sec * 1000000 + stv->tv_usec;
1476 struct timeval stv;
1511 gettimeofday(&stv, NULL);
1517 printops(title, "lookup", 0, nnodes, &stv, &etv);
1522 gettimeofday(&stv, NULL);
1539 printops(title, "get_tag", tagmask, nnodes, &stv, &etv);
1542 gettimeofday(&stv, NULL);
1548 printops(title, "remove", 0, nnodes, &stv, &etv);
1550 gettimeofday(&stv, NULL);
1556 printops(title, "insert", 0, nnodes, &stv, &etv);
1562 gettimeofday(&stv, NULL);
1571 printops(title, "set_tag", tag, ntagged[tag], &stv, &etv);
1574 gettimeofday(&stv, NULL);
1594 printops(title, "ganglookup", 0, nnodes, &stv, &etv);
1596 gettimeofday(&stv, NULL);
1616 printops(title, "ganglookup_reverse", 0, nnodes, &stv, &etv);
1621 gettimeofday(&stv, NULL);
1638 printops(title, "ganglookup_tag", tagmask, total, &stv, &etv);
1644 gettimeofday(&stv, NULL);
1666 &stv, &etv);
1675 gettimeofday(&stv, NULL);
1702 printops(title, "ganglookup_tag+remove", tagmask, total, &stv,
1707 gettimeofday(&stv, NULL);
1731 printops(title, "ganglookup+remove", 0, nnodes - removed, &stv, &etv);