Home
last modified time | relevance | path

Searched refs:Cpumap (Results 1 – 3 of 3) sorted by relevance

/xen/tools/golang/xenlight/
A Dxenlight.go640 func (Ctx *Context) CpupoolCreate(Name string, Scheduler Scheduler, Cpumap Bitmap) (err error, Pool…
650 if err = Cpumap.toC(&cbm); err != nil {
691 func (Ctx *Context) CpupoolCpuaddCpumap(Poolid uint32, Cpumap Bitmap) (err error) {
693 if err = Cpumap.toC(&cbm); err != nil {
720 func (Ctx *Context) CpupoolCpuremoveCpumap(Poolid uint32, Cpumap Bitmap) (err error) {
722 if err = Cpumap.toC(&cbm); err != nil {
807 func (Ctx *Context) CpupoolMakeFree(Cpumap Bitmap) (err error) {
812 Intersection = Cpumap.And(plist[i].Cpumap)
A Dtypes.gen.go327 Cpumap Bitmap member
461 Cpumap Bitmap member
979 Cpumap Bitmap member
A Dhelpers.gen.go385 if err := x.Cpumap.fromC(&xc.cpumap);err != nil {
401 if err := x.Cpumap.toC(&xc.cpumap); err != nil {
961 if err := x.Cpumap.fromC(&xc.cpumap);err != nil {
1277 if err := x.Cpumap.toC(&xc.cpumap); err != nil {
3284 if err := x.Cpumap.fromC(&xc.cpumap);err != nil {
3304 if err := x.Cpumap.toC(&xc.cpumap); err != nil {

Completed in 17 milliseconds