Lines Matching refs:worker_params
30 struct worker_params { struct
35 struct worker_params worker_params; variable
79 struct worker_params *wp = arg; in handle_work()
109 sanity_test(struct worker_params *wp, struct rte_mempool *p) in sanity_test()
296 struct worker_params *wp = arg; in handle_work_with_free_mbufs()
322 sanity_test_with_mbuf_alloc(struct worker_params *wp, struct rte_mempool *p) in sanity_test_with_mbuf_alloc()
365 struct worker_params *wp = arg; in handle_work_for_shutdown_test()
429 sanity_test_with_worker_shutdown(struct worker_params *wp, in sanity_test_with_worker_shutdown()
513 test_flush_with_worker_shutdown(struct worker_params *wp, in test_flush_with_worker_shutdown()
582 struct worker_params *wp = arg; in handle_and_mark_work()
607 sanity_mark_test(struct worker_params *wp, struct rte_mempool *p) in sanity_mark_test()
773 quit_workers(struct worker_params *wp, struct rte_mempool *p) in quit_workers()
878 worker_params.dist = dist[i]; in test_distributor()
880 strlcpy(worker_params.name, "burst", in test_distributor()
881 sizeof(worker_params.name)); in test_distributor()
883 strlcpy(worker_params.name, "single", in test_distributor()
884 sizeof(worker_params.name)); in test_distributor()
887 &worker_params, SKIP_MAIN); in test_distributor()
888 if (sanity_test(&worker_params, p) < 0) in test_distributor()
890 quit_workers(&worker_params, p); in test_distributor()
893 &worker_params, SKIP_MAIN); in test_distributor()
894 if (sanity_test_with_mbuf_alloc(&worker_params, p) < 0) in test_distributor()
896 quit_workers(&worker_params, p); in test_distributor()
900 &worker_params, in test_distributor()
902 if (sanity_test_with_worker_shutdown(&worker_params, in test_distributor()
905 quit_workers(&worker_params, p); in test_distributor()
908 &worker_params, in test_distributor()
910 if (test_flush_with_worker_shutdown(&worker_params, in test_distributor()
913 quit_workers(&worker_params, p); in test_distributor()
916 &worker_params, SKIP_MAIN); in test_distributor()
917 if (sanity_mark_test(&worker_params, p) < 0) in test_distributor()
919 quit_workers(&worker_params, p); in test_distributor()
936 quit_workers(&worker_params, p); in test_distributor()