Searched refs:work_func (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | struct_ops.c | 179 typedef int (*work_func)(int fd, const struct bpf_map_info *info, void *data, typedef 186 static struct res do_search(const char *name, work_func func, void *data, in do_search() 235 static struct res do_one_id(const char *id_str, work_func func, void *data, in do_one_id() 300 work_func func, void *data, in do_work_on_struct_ops()
|
/linux-6.3-rc2/drivers/gpu/drm/virtio/ |
A D | virtgpu_kms.c | 58 void (*work_func)(struct work_struct *work)) in virtio_gpu_init_vq() 62 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | raid56.c | 109 static void start_async_work(struct btrfs_raid_bio *rbio, work_func_t work_func) in start_async_work() argument 111 INIT_WORK(&rbio->work, work_func); in start_async_work()
|
Completed in 13 milliseconds