Lines Matching refs:meta
2176 struct btf_struct_meta *meta = meta__ign; in bpf_obj_new_impl() local
2183 if (meta) in bpf_obj_new_impl()
2184 bpf_obj_init(meta->record, p); in bpf_obj_new_impl()
2221 struct btf_struct_meta *meta = meta__ign; in bpf_obj_drop_impl() local
2224 __bpf_obj_drop_impl(p, meta ? meta->record : NULL, false); in bpf_obj_drop_impl()
2235 struct btf_struct_meta *meta = meta__ign; in bpf_refcount_acquire_impl() local
2241 ref = (struct bpf_refcount *)(p__refcounted_kptr + meta->record->refcount_off); in bpf_refcount_acquire_impl()
2283 struct btf_struct_meta *meta = meta__ign; in bpf_list_push_front_impl() local
2285 return __bpf_list_add(n, head, false, meta ? meta->record : NULL, off); in bpf_list_push_front_impl()
2293 struct btf_struct_meta *meta = meta__ign; in bpf_list_push_back_impl() local
2295 return __bpf_list_add(n, head, true, meta ? meta->record : NULL, off); in bpf_list_push_back_impl()
2411 struct btf_struct_meta *meta = meta__ign; in bpf_rbtree_add_impl() local
2414 return __bpf_rbtree_add(root, n, (void *)less, meta ? meta->record : NULL, off); in bpf_rbtree_add_impl()