Lines Matching full:vpe
17 #define VPE_MODULE_NAME "vpe"
53 struct vpe { struct
56 /* (device) minor associated with this vpe */
67 /* tc's associated with this vpe */ argument
70 /* The list of vpe's */ argument
86 struct vpe *pvpe; /* parent VPE */ argument
87 struct list_head tc; /* The list of TC's with this VPE */
92 void (*start)(int vpe);
93 void (*stop)(int vpe);
113 struct vpe *get_vpe(int minor);
115 struct vpe *alloc_vpe(int minor);
117 void release_vpe(struct vpe *v);
122 int vpe_run(struct vpe *v);