Searched defs:callback_fn (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/hv/ |
A D | connection.c | 434 void (*callback_fn)(void *context); in vmbus_on_event() local
|
A D | vmbus_drv.c | 1288 void (*callback_fn)(void *context); in vmbus_chan_sched() local
|
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_iter.c | 728 BPF_CALL_4(bpf_for_each_map_elem, struct bpf_map *, map, void *, callback_fn, in BPF_CALL_4() argument 744 BPF_CALL_4(bpf_loop, u32, nr_loops, void *, callback_fn, void *, callback_ctx, in BPF_CALL_4() argument
|
A D | helpers.c | 1095 void __rcu *callback_fn; member 1116 bpf_callback_t callback_fn; in bpf_timer_cb() local 1210 BPF_CALL_3(bpf_timer_set_callback, struct bpf_timer_kern *, timer, void *, callback_fn, in BPF_CALL_3() argument
|
A D | task_iter.c | 781 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
|
A D | ringbuf.c | 713 void *, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
|
A D | arraymap.c | 689 static int bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
|
A D | hashtab.c | 2122 static int bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
|
/linux-6.3-rc2/drivers/scsi/device_handler/ |
A D | scsi_dh_alua.c | 96 activate_complete callback_fn; member
|
A D | scsi_dh_rdac.c | 230 activate_complete callback_fn; member
|
Completed in 33 milliseconds