Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcore.c2026 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2027 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2028 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2029 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2030 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2031 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2032 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2033 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2035 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
2036 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
[all …]
/Linux-v5.4/tools/lib/traceevent/
Dparse-utils.c12 #define __weak __attribute__((weak)) macro
/Linux-v5.4/tools/include/linux/
Dcompiler.h66 # define __weak __attribute__((weak)) macro
/Linux-v5.4/include/linux/
Dcompiler_attributes.h271 #define __weak __attribute__((__weak__)) macro
/Linux-v5.4/net/core/
Dfilter.c6085 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
6086 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
6267 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
6268 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
6303 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
6304 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
6329 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
6330 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable