Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_security.c564 #define SECURITY_TEST_MEMPOOL_SIZE 15 macro
579 SECURITY_TEST_MEMPOOL_SIZE, in testsuite_setup()
588 SECURITY_TEST_MEMPOOL_SIZE, in testsuite_setup()
905 struct rte_security_session *tmp[SECURITY_TEST_MEMPOOL_SIZE]; in test_session_create_mempool_empty()
906 void *tmp1[SECURITY_TEST_MEMPOOL_SIZE]; in test_session_create_mempool_empty()
911 for (i = 0; i < SECURITY_TEST_MEMPOOL_SIZE; ++i) { in test_session_create_mempool_empty()
923 TEST_ASSERT_MEMPOOL_USAGE(SECURITY_TEST_MEMPOOL_SIZE); in test_session_create_mempool_empty()
924 TEST_ASSERT_PRIV_MP_USAGE(SECURITY_TEST_MEMPOOL_SIZE); in test_session_create_mempool_empty()
932 TEST_ASSERT_MEMPOOL_USAGE(SECURITY_TEST_MEMPOOL_SIZE); in test_session_create_mempool_empty()
933 TEST_ASSERT_PRIV_MP_USAGE(SECURITY_TEST_MEMPOOL_SIZE); in test_session_create_mempool_empty()
[all …]