Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_rwlock.c518 int (*ftst)(void); in test_rwlock() member
522 .ftst = rwlock_test1, in test_rwlock()
526 .ftst = try_rwlock_test_rda, in test_rwlock()
530 .ftst = try_rwlock_test_rds_wrm, in test_rwlock()
534 .ftst = try_rwlock_test_rde_wro, in test_rwlock()
541 rc = test[i].ftst(); in test_rwlock()