Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_spinlock.h109 int pause_count = (rte_rdtsc() & 0x7) | 1; in rte_try_tm() local
110 pause_count <<= try_count; in rte_try_tm()
111 for (i = 0; i < pause_count; i++) in rte_try_tm()