Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A 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_RQ_ONLINE __weak; variable
19 const volatile u64 __SCX_RQ_CAN_STOP_TICK __weak; variable
22 const volatile u64 __SCX_RQ_BAL_PENDING __weak; variable
25 const volatile u64 __SCX_RQ_BAL_KEEP __weak; variable
28 const volatile u64 __SCX_RQ_BYPASSING __weak; variable
31 const volatile u64 __SCX_RQ_CLK_VALID __weak; variable
34 const volatile u64 __SCX_RQ_IN_WAKEUP __weak; variable
[all …]
/linux/tools/testing/selftests/bpf/progs/
H 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
H 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
/linux/kernel/bpf/
H A Dcore.c2971 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2972 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2973 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2974 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2975 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2976 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2977 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2978 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2979 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2980 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
[all …]
H A Dhelpers.c1902 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1903 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1904 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1905 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1906 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1907 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1908 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
1909 const struct bpf_func_proto bpf_perf_event_read_proto __weak; variable
1910 const struct bpf_func_proto bpf_send_signal_proto __weak; variable
1911 const struct bpf_func_proto bpf_send_signal_thread_proto __weak; variable
[all …]
/linux/init/
H A Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/linux/tools/objtool/include/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux/tools/include/linux/
H A Dcompiler.h142 # define __weak __attribute__((weak)) macro
/linux/include/linux/
H A Dcompiler_attributes.h403 #define __weak __attribute__((__weak__)) macro
/linux/tools/lib/bpf/
H A Dbpf_helpers.h61 #define __weak __attribute__((weak)) macro
/linux/net/core/
H A Dfilter.c8031 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
8032 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
8169 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
8170 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8430 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8431 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8478 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8479 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8512 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8513 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable