Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h988 struct learner_runtime { struct
1085 struct learner_runtime *learners;
2395 struct learner_runtime *l = &t->learners[learner_id]; in __instr_learn_exec()
2426 struct learner_runtime *l = &t->learners[learner_id]; in __instr_rearm_exec()
2449 struct learner_runtime *l = &t->learners[learner_id]; in __instr_rearm_new_exec()
2474 struct learner_runtime *l = &t->learners[learner_id]; in __instr_forget_exec()
H A Drte_swx_pipeline.c2677 struct learner_runtime *l = &t->learners[learner_id]; in instr_learner_exec()
2738 struct learner_runtime *l = &t->learners[learner_id]; in instr_learner_af_exec()
9680 struct learner_runtime *r = &t->learners[j]; in learner_build_free()
9718 t->learners = calloc(p->n_learners, sizeof(struct learner_runtime)); in learner_build()
9725 struct learner_runtime *r = &t->learners[l->id]; in learner_build()