Searched refs:etv (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/common/lib/libc/gen/ |
| D | radixtree.c | 1422 const struct timeval *stv, const struct timeval *etv) in printops() argument 1425 uint64_t e = etv->tv_sec * 1000000 + etv->tv_usec; in printops() 1477 struct timeval etv; in test2() local 1516 gettimeofday(&etv, NULL); in test2() 1517 printops(title, "lookup", 0, nnodes, &stv, &etv); in test2() 1537 gettimeofday(&etv, NULL); in test2() 1539 printops(title, "get_tag", tagmask, nnodes, &stv, &etv); in test2() 1547 gettimeofday(&etv, NULL); in test2() 1548 printops(title, "remove", 0, nnodes, &stv, &etv); in test2() 1555 gettimeofday(&etv, NULL); in test2() [all …]
|