Searched refs:__kconfig (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_extern.c13 extern int LINUX_KERNEL_VERSION __kconfig;
14 extern int LINUX_UNKNOWN_VIRTUAL_EXTERN __kconfig __weak;
15 extern bool CONFIG_BPF_SYSCALL __kconfig; /* strong */
16 extern enum libbpf_tristate CONFIG_TRISTATE __kconfig __weak;
17 extern bool CONFIG_BOOL __kconfig __weak;
18 extern char CONFIG_CHAR __kconfig __weak;
19 extern uint16_t CONFIG_USHORT __kconfig __weak;
20 extern int CONFIG_INT __kconfig __weak;
21 extern uint64_t CONFIG_ULONG __kconfig __weak;
22 extern const char CONFIG_STR[8] __kconfig __wea
[all...]
H A Dlinked_vars1.c8 extern int LINUX_KERNEL_VERSION __kconfig;
10 extern bool CONFIG_BPF_SYSCALL __kconfig __weak;
H A Dlinked_vars2.c8 extern int LINUX_KERNEL_VERSION __kconfig;
10 extern bool CONFIG_BPF_SYSCALL __kconfig;
H A Dtest_subskeleton.c15 extern volatile bool CONFIG_BPF_SYSCALL __kconfig;
H A Dtest_fill_link_info.c8 extern bool CONFIG_X86_KERNEL_IBT __kconfig __weak;
H A Dread_bpf_task_storage_busy.c7 extern bool CONFIG_PREEMPT __kconfig __weak;
H A Dtest_skeleton.c38 extern bool CONFIG_BPF_SYSCALL __kconfig;
39 extern int LINUX_KERNEL_VERSION __kconfig;
H A Dlsm_cgroup.c10 extern bool CONFIG_SECURITY_SELINUX __kconfig __weak;
11 extern bool CONFIG_SECURITY_SMACK __kconfig __weak;
12 extern bool CONFIG_SECURITY_APPARMOR __kconfig __weak;
H A Dtest_subskeleton_lib.c17 extern volatile bool CONFIG_BPF_SYSCALL __kconfig;
H A Dtask_storage_nodeadlock.c13 extern bool CONFIG_PREEMPT __kconfig __weak;
H A Dbpf_iter_ipv6_route.c9 extern bool CONFIG_IPV6_SUBTREES __kconfig __weak;
H A Dget_func_ip_test.c16 extern bool CONFIG_X86_KERNEL_IBT __kconfig __weak;
H A Dbpf_iter_tcp6.c20 extern unsigned CONFIG_HZ __kconfig;
H A Dbpf_iter_tcp4.c20 extern unsigned CONFIG_HZ __kconfig;
H A Dtest_bpf_nf.c12 extern unsigned long CONFIG_HZ __kconfig;
H A Dsetget_sockopt.c14 extern unsigned long CONFIG_HZ __kconfig;
H A Dbpf_cubic.c109 extern unsigned long CONFIG_HZ __kconfig;
H A Dprofiler.inc.h247 extern bool CONFIG_CGROUP_PIDS __kconfig __weak;
/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h77 extern const _Bool LINUX_HAS_BPF_COOKIE __kconfig;
H A Dbpf_helpers.h181 #define __kconfig __attribute__((section(".kconfig"))) macro
H A Dbpf_tracing.h890 * This macro relies on BPF CO-RE support and virtual __kconfig externs.
894 extern _Bool LINUX_HAS_SYSCALL_WRAPPER __kconfig; \

Completed in 1370 milliseconds