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.c1130 struct bpf_async_cb { struct
1160 struct bpf_async_cb cb; argument
1166 struct bpf_async_cb cb;
1173 struct bpf_async_cb *cb;
1181 static void bpf_async_refcount_put(struct bpf_async_cb *cb);
1218 struct bpf_async_cb *cb = &w->cb; in bpf_wq_work()
1244 struct bpf_async_cb *cb = container_of(rcu, struct bpf_async_cb, rcu); in bpf_async_cb_rcu_free()
1259 struct bpf_async_cb *cb = container_of(rcu, struct bpf_async_cb, rcu); in bpf_async_cb_rcu_tasks_trace_free()
1296 struct bpf_async_cb *cb = container_of(work, struct bpf_async_cb, worker); in worker_for_call_rcu()
1301 static void bpf_async_refcount_put(struct bpf_async_cb *cb) in bpf_async_refcount_put()
[all …]