Searched refs:lskel (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfunc_call.c | 98 struct kfunc_call_test_lskel *lskel = NULL; in verify_success() local 140 lskel = kfunc_call_test_lskel__open_and_load(); in verify_success() 141 if (!ASSERT_OK_PTR(lskel, "lskel")) in verify_success() 144 lskel_prog = (struct bpf_prog_desc *)((char *)lskel + param->lskel_prog_desc_offset); in verify_success() 155 if (lskel) in verify_success() 156 kfunc_call_test_lskel__destroy(lskel); in verify_success()
|
| H A D | global_data_init.c | 224 struct test_global_percpu_data_lskel *lskel = NULL; in test_global_percpu_data_lskel() local 227 lskel = test_global_percpu_data_lskel__open_and_load(); in test_global_percpu_data_lskel() 228 if (!ASSERT_OK_PTR(lskel, "test_global_percpu_data_lskel__open_and_load")) in test_global_percpu_data_lskel() 231 map_fd = lskel->maps.percpu.map_fd; in test_global_percpu_data_lskel() 232 prog_fd = lskel->progs.update_percpu_data.prog_fd; in test_global_percpu_data_lskel() 233 test_percpu_data_on_cpus(NULL, map_fd, prog_fd, &lskel->bss->run); in test_global_percpu_data_lskel() 236 test_global_percpu_data_lskel__destroy(lskel); in test_global_percpu_data_lskel()
|
| /linux/kernel/bpf/preload/iterators/ |
| H A D | Makefile | 38 all: iterators.lskel-little-endian.h 40 big: iterators.lskel-big-endian.h 46 iterators.lskel-%.h: $(OUTPUT)/%/iterators.bpf.o | $(BPFTOOL)
|
| H A D | README | 3 rebuild "iterators.lskel-little-endian.h". Then, on a big-endian 5 "iterators.lskel-big-endian.h". Commit both resulting headers.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | .gitignore | 28 *.lskel.h
|
| H A D | Makefile | 586 TRUNNER_BPF_LSKELS := $$(patsubst %.c,$$(TRUNNER_OUTPUT)/%.lskel.h, $$(LSKELS) $$(LSKELS_EXTRA)) 588 TRUNNER_BPF_LSKELS_SIGNED := $$(patsubst %.c,$$(TRUNNER_OUTPUT)/%.lskel.h, $$(LSKELS_SIGNED)) 648 $(TRUNNER_BPF_LSKELS): %.lskel.h: %.bpf.o $(BPFTOOL) | $(TRUNNER_OUTPUT) 665 $(TRUNNER_BPF_LSKELS_SIGNED): %.lskel.h: %.bpf.o $(BPFTOOL) | $(TRUNNER_OUTPUT) 712 vpath %.lskel.h $(TRUNNER_OUTPUT) 1043 $(addprefix $(OUTPUT)/,*.o *.d *.skel.h *.lskel.h *.subskel.h \
|
| /linux/Documentation/bpf/ |
| H A D | signing.rst | 449 obj.bpf.o > obj.lskel.h
|