tools/testing/selftests/bpf/progs/test_global_map_resize.c

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/progs/test_global_map_resize.c

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/progs/test_global_map_resize.c
Extension
.c
Size
2301 bytes
Lines
95
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

struct bpf_testmod_ops {
	int (*test_1)(void);
};

SEC(".struct_ops.link")
struct bpf_testmod_ops st_ops_resize = {
	.test_1 = (void *)test_1
};

Annotation

Implementation Notes