Home
last modified time | relevance | path

Searched defs:callback_fn (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hv/
H A Dconnection.c410 void (*callback_fn)(void *context); in vmbus_on_event() local
H A Dvmbus_drv.c1265 void (*callback_fn)(void *context); vmbus_chan_sched() local
/linux/kernel/bpf/
H A Dbpf_iter.c711 BPF_CALL_4(bpf_for_each_map_elem, struct bpf_map *, map, void *, callback_fn, in BPF_CALL_4() argument
727 BPF_CALL_4(bpf_loop, u32, nr_loops, void *, callback_fn, void *, callback_ctx, in BPF_CALL_4() argument
H A Dhelpers.c1133 void __rcu *callback_fn; member
1188 bpf_callback_t callback_fn; in bpf_timer_cb() local
1220 bpf_callback_t callback_fn; in bpf_wq_work() local
1423 bpf_async_update_prog_callback(struct bpf_async_cb * cb,struct bpf_prog * prog,void * callback_fn) bpf_async_update_prog_callback() argument
1489 __bpf_async_set_callback(struct bpf_async_kern * async,void * callback_fn,struct bpf_prog * prog) __bpf_async_set_callback() argument
1501 BPF_CALL_3(bpf_timer_set_callback,struct bpf_async_kern *,timer,void *,callback_fn,struct bpf_prog_aux *,aux) BPF_CALL_3() argument
4292 bpf_task_work_callback_t callback_fn; global() member
4498 bpf_task_work_schedule(struct task_struct * task,struct bpf_task_work * tw,struct bpf_map * map,bpf_task_work_callback_t callback_fn,struct bpf_prog_aux * aux,enum task_work_notify_mode mode) bpf_task_work_schedule() argument
[all...]
H A Darraymap.c747 bpf_for_each_array_elem(struct bpf_map * map,bpf_callback_t callback_fn,void * callback_ctx,u64 flags) bpf_for_each_array_elem() argument
H A Dhashtab.c2263 bpf_for_each_hash_elem(struct bpf_map * map,bpf_callback_t callback_fn,void * callback_ctx,u64 flags) bpf_for_each_hash_elem() argument
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c230 activate_complete callback_fn; member