Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dcore.c2791 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2792 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2793 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2794 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2795 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2796 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2797 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2798 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2799 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2800 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
[all …]
Dhelpers.c1672 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1673 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1674 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1675 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1676 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1677 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1678 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
/linux-6.6.21/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_funcs1.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
Dlinked_funcs2.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
/linux-6.6.21/init/
Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/linux-6.6.21/tools/objtool/include/objtool/
Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux-6.6.21/tools/include/linux/
Dcompiler.h102 # define __weak __attribute__((weak)) macro
/linux-6.6.21/include/linux/
Dcompiler_attributes.h391 #define __weak __attribute__((__weak__)) macro
/linux-6.6.21/tools/perf/util/
Dparse-events.c1085 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1097 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1103 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
/linux-6.6.21/tools/lib/bpf/
Dbpf_helpers.h52 #define __weak __attribute__((weak)) macro
/linux-6.6.21/net/core/
Dfilter.c7850 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7851 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
7984 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
7985 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8243 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8244 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8291 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8292 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8333 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8334 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable