Home
last modified time | relevance | path

Searched defs:__weak (Results 1 – 15 of 15) sorted by relevance

/linux-6.14.4/tools/sched_ext/include/scx/
Denums.autogen.bpf.h7 const volatile u64 __SCX_OPS_NAME_LEN __weak; variable
10 const volatile u64 __SCX_SLICE_DFL __weak; variable
13 const volatile u64 __SCX_SLICE_INF __weak; variable
16 const volatile u64 __SCX_DSQ_FLAG_BUILTIN __weak; variable
19 const volatile u64 __SCX_DSQ_FLAG_LOCAL_ON __weak; variable
22 const volatile u64 __SCX_DSQ_INVALID __weak; variable
25 const volatile u64 __SCX_DSQ_GLOBAL __weak; variable
28 const volatile u64 __SCX_DSQ_LOCAL __weak; variable
31 const volatile u64 __SCX_DSQ_LOCAL_ON __weak; variable
34 const volatile u64 __SCX_DSQ_LOCAL_CPU_MASK __weak; variable
[all …]
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dlinked_vars1.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 10; variable
20 const volatile int input_rodata_weak __weak = 100; variable
Dlinked_vars2.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 20; variable
20 const volatile int input_rodata_weak __weak = 200; variable
Dlinked_funcs2.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
Dlinked_funcs1.c11 const volatile __u32 my_tid __weak; variable
12 long syscall_id __weak; variable
/linux-6.14.4/kernel/bpf/
Dcore.c2879 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2880 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2881 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2882 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2883 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2884 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2885 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2886 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2887 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2888 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
[all …]
Dhelpers.c1897 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1898 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1899 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1900 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1901 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1902 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1903 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
/linux-6.14.4/init/
Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/linux-6.14.4/tools/objtool/include/objtool/
Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux-6.14.4/tools/include/linux/
Dcompiler.h120 # define __weak __attribute__((weak)) macro
/linux-6.14.4/include/linux/
Dcompiler_attributes.h403 #define __weak __attribute__((__weak__)) macro
/linux-6.14.4/tools/perf/util/
Dparse-events.c1135 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1147 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1153 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
/linux-6.14.4/tools/testing/selftests/bpf/
Dtrace_helpers.c250 int env_verbosity __weak = 0; variable
/linux-6.14.4/tools/lib/bpf/
Dbpf_helpers.h53 #define __weak __attribute__((weak)) macro
/linux-6.14.4/net/core/
Dfilter.c7951 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7952 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
8095 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
8096 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8356 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8357 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8404 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8405 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8444 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8445 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable