Lines Matching refs:Bitmap
154 type Bitmap struct { struct
391 Cpumap Bitmap
459 func (Ctx *Context) CpupoolCreate(Name string, Scheduler Scheduler, Cpumap Bitmap) (err error, Pool…
522 func (Ctx *Context) CpupoolCpuaddCpumap(Poolid uint32, Cpumap Bitmap) (err error) {
558 func (Ctx *Context) CpupoolCpuremoveCpumap(Poolid uint32, Cpumap Bitmap) (err error) {
667 func (Ctx *Context) CpupoolMakeFree(Cpumap Bitmap) (err error) {
671 var Intersection Bitmap
688 func (cbm C.libxl_bitmap) toGo() (gbm Bitmap) {
703 func (gbm Bitmap) toC() (cbm C.libxl_bitmap) { argument
722 func (bm *Bitmap) Test(bit int) bool { argument
731 func (bm *Bitmap) Set(bit int) { argument
740 func (bm *Bitmap) SetRange(start int, end int) { argument
746 func (bm *Bitmap) Clear(bit int) { argument
755 func (bm *Bitmap) ClearRange(start int, end int) { argument
761 func (bm *Bitmap) Max() int { argument
765 func (bm *Bitmap) IsEmpty() bool { argument
774 func (a Bitmap) And(b Bitmap) (c Bitmap) { argument
791 func (bm Bitmap) String() (s string) { argument
1099 Cpumap Bitmap
1100 CpumapSoft Bitmap