Searched defs:async (Results 1 – 2 of 2) sorted by relevance
1248 static int __bpf_async_init(struct bpf_async_kern *async, struct bpf_map *map, u64 flags, in __bpf_async_init()1361 static int __bpf_async_set_callback(struct bpf_async_kern *async, void *callback_fn, in __bpf_async_set_callback()1461 static void drop_prog_refcnt(struct bpf_async_cb *async) in drop_prog_refcnt()1542 static struct bpf_async_cb *__bpf_async_cancel_and_free(struct bpf_async_kern *async) in __bpf_async_cancel_and_free()2827 struct bpf_async_kern *async = (struct bpf_async_kern *)wq; in bpf_wq_init() local2841 struct bpf_async_kern *async = (struct bpf_async_kern *)wq; in bpf_wq_start() local2862 struct bpf_async_kern *async = (struct bpf_async_kern *)wq; in bpf_wq_set_callback_impl() local
157 void (*async)(struct rcu_head *head, rcu_callback_t func); member