Home
last modified time | relevance | path

Searched refs:work_func (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dstruct_ops.c180 /* "data" is the work_func private storage */
181 typedef int (*work_func)(int fd, const struct bpf_map_info *info, void *data, typedef
188 static struct res do_search(const char *name, work_func func, void *data, in do_search()
237 static struct res do_one_id(const char *id_str, work_func func, void *data, in do_one_id()
302 work_func func, void *data, in do_work_on_struct_ops()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dstruct_ops.c178 /* "data" is the work_func private storage */
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c57 void (*work_func)(struct work_struct *work)) in virtio_gpu_init_vq()
61 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c60 void (*work_func)(struct work_struct *work)) in virtio_gpu_init_vq()
64 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
/kernel/linux/linux-5.10/fs/btrfs/
H A Draid56.c191 static void start_async_work(struct btrfs_raid_bio *rbio, btrfs_func_t work_func) in start_async_work() argument
193 btrfs_init_work(&rbio->work, work_func, NULL, NULL); in start_async_work()
/kernel/linux/linux-6.6/fs/btrfs/
H A Draid56.c109 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 10 milliseconds