Home
last modified time | relevance | path

Searched refs:stm (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_rwlock.c297 uint64_t ftm, stm, tm; in try_read_lcore() local
305 stm = rte_get_timer_cycles(); in try_read_lcore()
318 tm = rte_get_timer_cycles() - stm; in try_read_lcore()
331 uint64_t ftm, stm, tm; in try_write_lcore() local
339 stm = rte_get_timer_cycles(); in try_write_lcore()
352 tm = rte_get_timer_cycles() - stm; in try_write_lcore()