Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c1783 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
1784 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
1785 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
1787 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
1788 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
1789 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; variable
1790 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
1792 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable
1793 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable
1794 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable
[all …]
/Linux-v4.19/tools/lib/traceevent/
Dparse-utils.c12 #define __weak __attribute__((weak)) macro
/Linux-v4.19/tools/include/linux/
Dcompiler.h66 # define __weak __attribute__((weak)) macro
/Linux-v4.19/include/linux/
Dcompiler_types.h211 #define __weak __attribute__((weak)) macro