Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1165 struct bpf_work { struct
1175 struct bpf_work *work; argument
1217 struct bpf_work *w = container_of(work, struct bpf_work, work); in bpf_wq_work()
1261 struct bpf_work *w = container_of(cb, struct bpf_work, cb); in bpf_async_cb_rcu_tasks_trace_free()
1322 struct bpf_work *w; in __bpf_async_init()
1331 size = sizeof(struct bpf_work); in __bpf_async_init()
1355 w = (struct bpf_work *)cb; in __bpf_async_init()
1646 struct bpf_work *w = container_of(cb, struct bpf_work, cb); in bpf_async_process_op()
3325 struct bpf_work *w; in bpf_wq_start()