]> Git Repo - linux.git/blob - include/linux/sched/vhost_task.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / sched / vhost_task.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_SCHED_VHOST_TASK_H
3 #define _LINUX_SCHED_VHOST_TASK_H
4
5 struct vhost_task;
6
7 struct vhost_task *vhost_task_create(bool (*fn)(void *), void *arg,
8                                      const char *name);
9 void vhost_task_start(struct vhost_task *vtsk);
10 void vhost_task_stop(struct vhost_task *vtsk);
11 void vhost_task_wake(struct vhost_task *vtsk);
12
13 #endif /* _LINUX_SCHED_VHOST_TASK_H */
This page took 0.035553 seconds and 4 git commands to generate.