Lines Matching refs:wp
79 struct worker_params *wp = arg; in handle_work() local
80 struct rte_distributor *db = wp->dist; in handle_work()
109 sanity_test(struct worker_params *wp, struct rte_mempool *p) in sanity_test() argument
111 struct rte_distributor *db = wp->dist; in sanity_test()
232 printf("=== testing big burst (%s) ===\n", wp->name); in sanity_test()
296 struct worker_params *wp = arg; in handle_work_with_free_mbufs() local
297 struct rte_distributor *d = wp->dist; 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() argument
324 struct rte_distributor *d = wp->dist; in sanity_test_with_mbuf_alloc()
329 printf("=== Sanity test with mbuf alloc/free (%s) ===\n", wp->name); in sanity_test_with_mbuf_alloc()
365 struct worker_params *wp = arg; in handle_work_for_shutdown_test() local
366 struct rte_distributor *d = wp->dist; in handle_work_for_shutdown_test()
429 sanity_test_with_worker_shutdown(struct worker_params *wp, in sanity_test_with_worker_shutdown() argument
432 struct rte_distributor *d = wp->dist; in sanity_test_with_worker_shutdown()
513 test_flush_with_worker_shutdown(struct worker_params *wp, in test_flush_with_worker_shutdown() argument
516 struct rte_distributor *d = wp->dist; in test_flush_with_worker_shutdown()
522 printf("=== Test flush fn with worker shutdown (%s) ===\n", wp->name); in test_flush_with_worker_shutdown()
582 struct worker_params *wp = arg; in handle_and_mark_work() local
583 struct rte_distributor *db = wp->dist; in handle_and_mark_work()
607 sanity_mark_test(struct worker_params *wp, struct rte_mempool *p) in sanity_mark_test() argument
614 struct rte_distributor *db = wp->dist; in sanity_mark_test()
773 quit_workers(struct worker_params *wp, struct rte_mempool *p) in quit_workers() argument
775 struct rte_distributor *d = wp->dist; in quit_workers()