Home
last modified time | relevance | path

Searched defs:__weak (Results 1 – 10 of 10) 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_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
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
/linux/kernel/bpf/
H A Dcore.c2868 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; global() variable
2869 const struct bpf_func_proto bpf_map_update_elem_proto __weak; global() variable
2870 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; global() variable
2871 const struct bpf_func_proto bpf_map_push_elem_proto __weak; global() variable
2872 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; global() variable
2873 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; global() variable
2874 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; global() variable
2875 const struct bpf_func_proto bpf_spin_lock_proto __weak; global() variable
2876 const struct bpf_func_proto bpf_spin_unlock_proto __weak; global() variable
2877 const struct bpf_func_proto bpf_jiffies64_proto __weak; global() variable
2879 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; global() variable
2880 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; global() variable
2881 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; global() variable
2882 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; global() variable
2883 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; global() variable
2884 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak; global() variable
2885 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak; global() variable
2887 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; global() variable
2888 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; global() variable
2889 const struct bpf_func_proto bpf_get_current_comm_proto __weak; global() variable
2890 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; global() variable
2891 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; global() variable
2892 const struct bpf_func_proto bpf_get_local_storage_proto __weak; global() variable
2893 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; global() variable
2894 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; global() variable
2895 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; global() variable
2896 const struct bpf_func_proto bpf_set_retval_proto __weak; global() variable
2897 const struct bpf_func_proto bpf_get_retval_proto __weak; global() variable
[all...]
/linux/init/
H A Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/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/testing/selftests/bpf/
H A Dtrace_helpers.c250 int env_verbosity __weak = 0; variable
/linux/tools/lib/bpf/
H A Dbpf_helpers.h53 #define __weak global() macro
/linux/net/core/
H A Dfilter.c8022 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
8023 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
8160 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
8161 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8421 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8422 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8469 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8470 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8503 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8504 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable