Lines Matching refs:bpf_test
70 struct bpf_test { struct
86 int (*fill_helper)(struct bpf_test *self); argument
94 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
114 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
133 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
160 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
179 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5()
202 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6()
224 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7()
250 static int bpf_fill_maxinsns8(struct bpf_test *self) in bpf_fill_maxinsns8()
273 static int bpf_fill_maxinsns9(struct bpf_test *self) in bpf_fill_maxinsns9()
299 static int bpf_fill_maxinsns10(struct bpf_test *self) in bpf_fill_maxinsns10()
324 static int __bpf_fill_ja(struct bpf_test *self, unsigned int len, in __bpf_fill_ja()
353 static int bpf_fill_maxinsns11(struct bpf_test *self) in bpf_fill_maxinsns11()
359 static int bpf_fill_maxinsns12(struct bpf_test *self) in bpf_fill_maxinsns12()
382 static int bpf_fill_maxinsns13(struct bpf_test *self) in bpf_fill_maxinsns13()
405 static int bpf_fill_ja(struct bpf_test *self) in bpf_fill_ja()
411 static int bpf_fill_ld_abs_get_processor_id(struct bpf_test *self) in bpf_fill_ld_abs_get_processor_id()
435 static int __bpf_fill_stxdw(struct bpf_test *self, int size) in __bpf_fill_stxdw()
461 static int bpf_fill_stxw(struct bpf_test *self) in bpf_fill_stxw()
466 static int bpf_fill_stxdw(struct bpf_test *self) in bpf_fill_stxdw()
471 static struct bpf_test tests[] = {
6505 static void *generate_test_data(struct bpf_test *test, int sub) in generate_test_data()
6551 static void release_test_data(const struct bpf_test *test, void *data) in release_test_data()
6681 static int run_one(const struct bpf_prog *fp, struct bpf_test *test) in run_one()