Lines Matching refs:worker_params
41 struct worker_params { struct
46 struct worker_params worker_params; variable
90 struct worker_params *wp = arg; in handle_work()
120 sanity_test(struct worker_params *wp, struct rte_mempool *p) in sanity_test()
309 struct worker_params *wp = arg; in handle_work_with_free_mbufs()
335 sanity_test_with_mbuf_alloc(struct worker_params *wp, struct rte_mempool *p) in sanity_test_with_mbuf_alloc()
378 struct worker_params *wp = arg; in handle_work_for_shutdown_test()
442 sanity_test_with_worker_shutdown(struct worker_params *wp, in sanity_test_with_worker_shutdown()
526 test_flush_with_worker_shutdown(struct worker_params *wp, in test_flush_with_worker_shutdown()
595 struct worker_params *wp = arg; in handle_and_mark_work()
620 sanity_mark_test(struct worker_params *wp, struct rte_mempool *p) in sanity_mark_test()
786 quit_workers(struct worker_params *wp, struct rte_mempool *p) in quit_workers()
891 worker_params.dist = dist[i]; in test_distributor()
893 strlcpy(worker_params.name, "burst", in test_distributor()
894 sizeof(worker_params.name)); in test_distributor()
896 strlcpy(worker_params.name, "single", in test_distributor()
897 sizeof(worker_params.name)); in test_distributor()
900 &worker_params, SKIP_MAIN); in test_distributor()
901 if (sanity_test(&worker_params, p) < 0) in test_distributor()
903 quit_workers(&worker_params, p); in test_distributor()
906 &worker_params, SKIP_MAIN); in test_distributor()
907 if (sanity_test_with_mbuf_alloc(&worker_params, p) < 0) in test_distributor()
909 quit_workers(&worker_params, p); in test_distributor()
913 &worker_params, in test_distributor()
915 if (sanity_test_with_worker_shutdown(&worker_params, in test_distributor()
918 quit_workers(&worker_params, p); in test_distributor()
921 &worker_params, in test_distributor()
923 if (test_flush_with_worker_shutdown(&worker_params, in test_distributor()
926 quit_workers(&worker_params, p); in test_distributor()
929 &worker_params, SKIP_MAIN); in test_distributor()
930 if (sanity_mark_test(&worker_params, p) < 0) in test_distributor()
932 quit_workers(&worker_params, p); in test_distributor()
949 quit_workers(&worker_params, p); in test_distributor()