Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dcore.c2634 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2635 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2636 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2638 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2639 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2640 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2645 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
2657 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; variable
2658 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; variable
2659 const struct bpf_func_proto bpf_set_retval_proto __weak; variable
[all …]
A Dhelpers.c1587 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1588 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1589 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1590 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1591 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1592 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1593 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A 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
A 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
A Dlinked_funcs1.c10 const volatile int my_tid __weak; variable
11 long syscall_id __weak; variable
A Dlinked_funcs2.c10 const volatile int my_tid __weak; variable
11 long syscall_id __weak; variable
/linux-6.3-rc2/init/
A Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/linux-6.3-rc2/tools/objtool/include/objtool/
A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux-6.3-rc2/tools/include/linux/
A Dcompiler.h90 # define __weak __attribute__((weak)) macro
/linux-6.3-rc2/include/linux/
A Dcompiler_attributes.h360 #define __weak __attribute__((__weak__)) macro
/linux-6.3-rc2/tools/lib/bpf/
A Dbpf_helpers.h52 #define __weak __attribute__((weak)) macro
/linux-6.3-rc2/tools/perf/util/
A Dparse-events.c1195 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1207 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1213 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
/linux-6.3-rc2/net/core/
A Dfilter.c7673 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7674 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
7807 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
7808 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8066 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8067 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8114 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8115 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8162 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8163 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable

Completed in 45 milliseconds