Lines Matching refs:bpf_test
63 struct bpf_test { struct
79 int (*fill_helper)(struct bpf_test *self); argument
87 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
107 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
126 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
153 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
172 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5()
195 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6()
217 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7()
243 static int bpf_fill_maxinsns8(struct bpf_test *self) in bpf_fill_maxinsns8()
266 static int bpf_fill_maxinsns9(struct bpf_test *self) in bpf_fill_maxinsns9()
292 static int bpf_fill_maxinsns10(struct bpf_test *self) in bpf_fill_maxinsns10()
317 static int __bpf_fill_ja(struct bpf_test *self, unsigned int len, in __bpf_fill_ja()
346 static int bpf_fill_maxinsns11(struct bpf_test *self) in bpf_fill_maxinsns11()
352 static int bpf_fill_maxinsns12(struct bpf_test *self) in bpf_fill_maxinsns12()
375 static int bpf_fill_maxinsns13(struct bpf_test *self) in bpf_fill_maxinsns13()
398 static int bpf_fill_ja(struct bpf_test *self) in bpf_fill_ja()
404 static int bpf_fill_ld_abs_get_processor_id(struct bpf_test *self) in bpf_fill_ld_abs_get_processor_id()
428 static int __bpf_fill_stxdw(struct bpf_test *self, int size) in __bpf_fill_stxdw()
454 static int bpf_fill_stxw(struct bpf_test *self) in bpf_fill_stxw()
459 static int bpf_fill_stxdw(struct bpf_test *self) in bpf_fill_stxdw()
464 static struct bpf_test tests[] = {
6480 static void *generate_test_data(struct bpf_test *test, int sub) in generate_test_data()
6526 static void release_test_data(const struct bpf_test *test, void *data) in release_test_data()
6658 static int run_one(const struct bpf_prog *fp, struct bpf_test *test) in run_one()