Lines Matching refs:__ksym

23 extern void *bpf_obj_new_impl(__u64 local_type_id, void *meta) __ksym;
37 extern void bpf_obj_drop_impl(void *kptr, void *meta) __ksym;
51 extern void *bpf_refcount_acquire_impl(void *kptr, void *meta) __ksym;
67 void *meta, __u64 off) __ksym;
83 void *meta, __u64 off) __ksym;
93 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
100 extern struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) __ksym;
108 struct bpf_rb_node *node) __ksym;
121 void *meta, __u64 off) __ksym;
132 extern struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) __ksym;
146 extern void *bpf_percpu_obj_new_impl(__u64 local_type_id, void *meta) __ksym;
160 extern void bpf_percpu_obj_drop_impl(void *kptr, void *meta) __ksym;
166 unsigned long addr) __ksym;
167 extern struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) __ksym;
168 extern void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) __ksym;
196 extern void bpf_throw(u64 cookie) __ksym;
446 struct cgroup_subsys_state *css, unsigned int flags) __weak __ksym;
447 extern struct task_struct *bpf_iter_css_task_next(struct bpf_iter_css_task *it) __weak __ksym;
448 extern void bpf_iter_css_task_destroy(struct bpf_iter_css_task *it) __weak __ksym;
452 struct task_struct *task, unsigned int flags) __weak __ksym;
453 extern struct task_struct *bpf_iter_task_next(struct bpf_iter_task *it) __weak __ksym;
454 extern void bpf_iter_task_destroy(struct bpf_iter_task *it) __weak __ksym;
458 struct cgroup_subsys_state *start, unsigned int flags) __weak __ksym;
459 extern struct cgroup_subsys_state *bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;
460 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;