Home
last modified time | relevance | path

Searched refs:bpf_async_cb (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c1115 struct bpf_async_cb { struct
1145 struct bpf_async_cb cb; argument
1151 struct bpf_async_cb cb;
1158 struct bpf_async_cb *cb;
1166 static void bpf_async_refcount_put(struct bpf_async_cb *cb);
1203 struct bpf_async_cb *cb = &w->cb; in bpf_wq_work()
1229 struct bpf_async_cb *cb = container_of(rcu, struct bpf_async_cb, rcu); in bpf_async_cb_rcu_free()
1244 struct bpf_async_cb *cb = container_of(rcu, struct bpf_async_cb, rcu); in bpf_async_cb_rcu_tasks_trace_free()
1281 struct bpf_async_cb *cb = container_of(work, struct bpf_async_cb, worker); in worker_for_call_rcu()
1286 static void bpf_async_refcount_put(struct bpf_async_cb *cb) in bpf_async_refcount_put()
[all …]