Home
last modified time | relevance | path

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

/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
298 struct try_rwlock_lcore *lcd; in try_read_lcore()
332 struct try_rwlock_lcore *lcd; in try_write_lcore()
361 print_try_lcore_stats(const struct try_rwlock_lcore *tlc, uint32_t lc) in print_try_lcore_stats()
391 collect_try_lcore_stats(struct try_rwlock_lcore *tlc, in collect_try_lcore_stats()
392 const struct try_rwlock_lcore *lc) in collect_try_lcore_stats()
409 struct try_rwlock_lcore rlc, wlc; in process_try_lcore_stats()