Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNUMANodeFree (0.09 sec)

  1. pkg/kubelet/cm/cpumanager/cpu_assignment.go

    	}
    
    	return acc
    }
    
    // Returns true if the supplied NUMANode is fully available in `a.details`.
    // "fully available" means that all the CPUs in it are free.
    func (a *cpuAccumulator) isNUMANodeFree(numaID int) bool {
    	return a.details.CPUsInNUMANodes(numaID).Size() == a.topo.CPUDetails.CPUsInNUMANodes(numaID).Size()
    }
    
    // Returns true if the supplied socket is fully available in `a.details`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:56:21 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top