Home
last modified time | relevance | path

Searched refs:__kconfig (Results 1 – 13 of 13) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_extern.c13 extern int LINUX_KERNEL_VERSION __kconfig;
14 extern bool CONFIG_BPF_SYSCALL __kconfig; /* strong */
15 extern enum libbpf_tristate CONFIG_TRISTATE __kconfig __weak;
16 extern bool CONFIG_BOOL __kconfig __weak;
17 extern char CONFIG_CHAR __kconfig __weak;
18 extern uint16_t CONFIG_USHORT __kconfig __weak;
19 extern int CONFIG_INT __kconfig __weak;
20 extern uint64_t CONFIG_ULONG __kconfig __weak;
21 extern const char CONFIG_STR[8] __kconfig __weak;
22 extern uint64_t CONFIG_MISSING __kconfig __weak;
Dlinked_vars2.c8 extern int LINUX_KERNEL_VERSION __kconfig;
10 extern bool CONFIG_BPF_SYSCALL __kconfig;
Dlinked_vars1.c8 extern int LINUX_KERNEL_VERSION __kconfig;
10 extern bool CONFIG_BPF_SYSCALL __kconfig __weak;
Dtest_skeleton.c38 extern bool CONFIG_BPF_SYSCALL __kconfig;
39 extern int LINUX_KERNEL_VERSION __kconfig;
Dbpf_iter_ipv6_route.c9 extern bool CONFIG_IPV6_SUBTREES __kconfig __weak;
Dbpf_iter_tcp4.c20 extern unsigned CONFIG_HZ __kconfig;
Dbpf_iter_tcp6.c20 extern unsigned CONFIG_HZ __kconfig;
Dbpf_cubic.c109 extern unsigned long CONFIG_HZ __kconfig;
Dprofiler.inc.h246 extern bool CONFIG_CGROUP_PIDS __kconfig __weak;
/external/bcc/libbpf-tools/
Dbitesize.bpf.c14 extern __u32 LINUX_KERNEL_VERSION __kconfig;
Dbiolatency.bpf.c12 extern int LINUX_KERNEL_VERSION __kconfig;
Dbiosnoop.bpf.c16 extern __u32 LINUX_KERNEL_VERSION __kconfig;
/external/libbpf/src/
Dbpf_helpers.h150 #define __kconfig __attribute__((section(".kconfig"))) macro