Searched refs:meta__ign (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dhelpers.c1905 __bpf_kfunc void *bpf_obj_new_impl(u64 local_type_id__k, void *meta__ign) argument
1907 struct btf_struct_meta *meta = meta__ign;
1919 __bpf_kfunc void *bpf_percpu_obj_new_impl(u64 local_type_id__k, void *meta__ign) argument
1923 /* The verifier has ensured that meta__ign must be NULL */
1950 __bpf_kfunc void bpf_obj_drop_impl(void *p__alloc, void *meta__ign) argument
1952 struct btf_struct_meta *meta = meta__ign;
1958 __bpf_kfunc void bpf_percpu_obj_drop_impl(void *p__alloc, void *meta__ign) argument
1960 /* The verifier has ensured that meta__ign must be NULL */
1964 __bpf_kfunc void *bpf_refcount_acquire_impl(void *p__refcounted_kptr, void *meta__ign) argument
1966 struct btf_struct_meta *meta = meta__ign;
2009 bpf_list_push_front_impl(struct bpf_list_head *head, struct bpf_list_node *node, void *meta__ign, u64 off) argument
2019 bpf_list_push_back_impl(struct bpf_list_head *head, struct bpf_list_node *node, void *meta__ign, u64 off) argument
2118 bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, bool (less)(struct bpf_rb_node *a, const struct bpf_rb_node *b), void *meta__ign, u64 off) argument
[all...]

Completed in 136 milliseconds