Searched refs:local_type_id (Results 1 - 3 of 3) sorted by path

/linux-master/kernel/bpf/
H A Dbtf.c7060 bpf_core_find_cands(struct bpf_core_ctx *ctx, u32 local_type_id);
8599 bpf_core_find_cands(struct bpf_core_ctx *ctx, u32 local_type_id) argument
8616 local_type = btf_type_by_id(local_btf, local_type_id);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c5589 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) argument
5600 local_cand.id = local_type_id;
5601 local_t = btf__type_by_id(local_btf, local_type_id);
8081 __u32 targ_type_id, local_type_id; local
8097 local_type_id = ext->ksym.type_id;
8104 err = bpf_core_types_are_compat(obj->btf, local_type_id,
8110 local_type = btf__type_by_id(obj->btf, local_type_id);
8115 ext->name, local_type_id,
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h12 * Allocates an object of the type represented by 'local_type_id' in
16 * The 'local_type_id' parameter must be a known constant.
21 * 'local_type_id', or NULL on failure.
23 extern void *bpf_obj_new_impl(__u64 local_type_id, void *meta) __ksym;
135 * Allocates a percpu object of the type represented by 'local_type_id' in
139 * The 'local_type_id' parameter must be a known constant.
144 * 'local_type_id', or NULL on failure.
146 extern void *bpf_percpu_obj_new_impl(__u64 local_type_id, void *meta) __ksym;

Completed in 339 milliseconds