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