Lines Matching refs:__weak

486 void bpf_preempt_disable(void) __weak __ksym;
487 void bpf_preempt_enable(void) __weak __ksym;
565 struct cgroup_subsys_state *css, unsigned int flags) __weak __ksym;
566 extern struct task_struct *bpf_iter_css_task_next(struct bpf_iter_css_task *it) __weak __ksym;
567 extern void bpf_iter_css_task_destroy(struct bpf_iter_css_task *it) __weak __ksym;
571 struct task_struct *task, unsigned int flags) __weak __ksym;
572 extern struct task_struct *bpf_iter_task_next(struct bpf_iter_task *it) __weak __ksym;
573 extern void bpf_iter_task_destroy(struct bpf_iter_task *it) __weak __ksym;
577 struct cgroup_subsys_state *start, unsigned int flags) __weak __ksym;
578 extern struct cgroup_subsys_state *bpf_iter_css_next(struct bpf_iter_css *it) __weak __ksym;
579 extern void bpf_iter_css_destroy(struct bpf_iter_css *it) __weak __ksym;
581 extern int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) __weak __ksym;
582 extern int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) __weak __ksym;
590 extern int bpf_iter_kmem_cache_new(struct bpf_iter_kmem_cache *it) __weak __ksym;
591 extern struct kmem_cache *bpf_iter_kmem_cache_next(struct bpf_iter_kmem_cache *it) __weak __ksym;
592 extern void bpf_iter_kmem_cache_destroy(struct bpf_iter_kmem_cache *it) __weak __ksym;
595 extern int bpf_iter_dmabuf_new(struct bpf_iter_dmabuf *it) __weak __ksym;
596 extern struct dma_buf *bpf_iter_dmabuf_next(struct bpf_iter_dmabuf *it) __weak __ksym;
597 extern void bpf_iter_dmabuf_destroy(struct bpf_iter_dmabuf *it) __weak __ksym;
600 struct bpf_dynptr *value_p) __weak __ksym;