Home
last modified time | relevance | path

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

12

/tools/testing/selftests/bpf/progs/
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 __weak;
[all …]
A Dtest_fill_link_info.c8 extern bool CONFIG_X86_KERNEL_IBT __kconfig __weak;
9 extern bool CONFIG_PPC_FTRACE_OUT_OF_LINE __kconfig __weak;
10 extern bool CONFIG_KPROBES_ON_FTRACE __kconfig __weak;
11 extern bool CONFIG_PPC64 __kconfig __weak;
A Dlinked_vars2.c8 extern int LINUX_KERNEL_VERSION __kconfig;
10 extern bool CONFIG_BPF_SYSCALL __kconfig;
A Dlinked_vars1.c8 extern int LINUX_KERNEL_VERSION __kconfig;
10 extern bool CONFIG_BPF_SYSCALL __kconfig __weak;
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;
A Dtest_skeleton.c38 extern bool CONFIG_BPF_SYSCALL __kconfig;
39 extern int LINUX_KERNEL_VERSION __kconfig;
A Dtest_subskeleton.c15 extern volatile bool CONFIG_BPF_SYSCALL __kconfig;
A Dread_bpf_task_storage_busy.c7 extern bool CONFIG_PREEMPTION __kconfig __weak;
A Dtask_storage_nodeadlock.c13 extern bool CONFIG_PREEMPTION __kconfig __weak;
A Dtest_subskeleton_lib.c17 extern volatile bool CONFIG_BPF_SYSCALL __kconfig;
A Dtest_global_map_resize.c42 extern int LINUX_KERNEL_VERSION __kconfig;
A Dbpf_iter_ipv6_route.c9 extern bool CONFIG_IPV6_SUBTREES __kconfig __weak;
A Dget_func_ip_test.c15 extern bool CONFIG_X86_KERNEL_IBT __kconfig __weak;
A Dbpf_iter_tcp4.c20 extern unsigned CONFIG_HZ __kconfig;
A Dbpf_arena_spin_lock.h23 extern unsigned long CONFIG_NR_CPUS __kconfig;
A Dbpf_iter_tcp6.c20 extern unsigned CONFIG_HZ __kconfig;
A Dtest_bpf_nf.c16 extern unsigned long CONFIG_HZ __kconfig;
A Dsetget_sockopt.c11 extern unsigned long CONFIG_HZ __kconfig;
A Dbpf_cubic.c117 extern unsigned long CONFIG_HZ __kconfig;
A Dcpumask_success.c802 extern bool CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS __kconfig __weak;
A Dbpf_qdisc_fq.c646 extern unsigned CONFIG_HZ __kconfig;
/tools/testing/selftests/bpf/
A Dbpf_atomic.h10 extern bool CONFIG_X86_64 __kconfig __weak;
/tools/sched_ext/include/scx/
A Dcommon.bpf.h35 extern int LINUX_KERNEL_VERSION __kconfig;
36 extern const char CONFIG_CC_VERSION_TEXT[64] __kconfig __weak;
37 extern const char CONFIG_LOCALVERSION[64] __kconfig __weak;
/tools/lib/bpf/
A Dusdt.bpf.h77 extern const _Bool LINUX_HAS_BPF_COOKIE __kconfig;
A Dbpf_helpers.h191 #define __kconfig __attribute__((section(".kconfig"))) macro

Completed in 35 milliseconds

12