Lines Matching full:vpe
17 #define VPE_MODULE_NAME "vpe"
54 struct vpe { struct
57 /* (device) minor associated with this vpe */
69 /* tc's associated with this vpe */ argument
72 /* The list of vpe's */ argument
88 struct vpe *pvpe; /* parent VPE */ argument
89 struct list_head tc; /* The list of TC's with this VPE */
94 void (*start)(int vpe);
95 void (*stop)(int vpe);
115 struct vpe *get_vpe(int minor);
117 struct vpe *alloc_vpe(int minor);
119 void release_vpe(struct vpe *v);
124 int vpe_run(struct vpe *v);