Lines Matching refs:vpe
17 #define VPE_MODULE_NAME "vpe"
54 struct vpe {
57 /* (device) minor associated with this vpe */
69 /* tc's associated with this vpe */
72 /* The list of vpe's */
88 struct vpe *pvpe; /* parent 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);