Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_rwlock.c55 struct try_rwlock_lcore { struct
65 static struct try_rwlock_lcore try_lcore_data[RTE_MAX_LCORE]; argument
299 struct try_rwlock_lcore *lcd; in try_read_lcore()
333 struct try_rwlock_lcore *lcd; in try_write_lcore()
362 print_try_lcore_stats(const struct try_rwlock_lcore *tlc, uint32_t lc) in print_try_lcore_stats()
392 collect_try_lcore_stats(struct try_rwlock_lcore *tlc, in collect_try_lcore_stats()
393 const struct try_rwlock_lcore *lc) in collect_try_lcore_stats()
410 struct try_rwlock_lcore rlc, wlc; in process_try_lcore_stats()