Home
last modified time | relevance | path

Searched refs:_NCPUBITS (Results 1 – 12 of 12) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Daffinity_linux.go13 const cpuSetSize = _CPU_SETSIZE / _NCPUBITS
46 return cpu / _NCPUBITS
50 return cpuMask(1 << (uint(cpu) % _NCPUBITS))
Dztypes_linux_s390x.go900 _NCPUBITS = 0x40 const
Dztypes_linux_386.go877 _NCPUBITS = 0x20 const
Dztypes_linux_mips.go869 _NCPUBITS = 0x20 const
Dztypes_linux_amd64.go895 _NCPUBITS = 0x40 const
Dztypes_linux_ppc64.go884 _NCPUBITS = 0x40 const
Dztypes_linux_mips64.go876 _NCPUBITS = 0x40 const
Dztypes_linux_mipsle.go869 _NCPUBITS = 0x20 const
Dztypes_linux_arm.go865 _NCPUBITS = 0x20 const
Dztypes_linux_arm64.go874 _NCPUBITS = 0x40 const
Dztypes_linux_mips64le.go876 _NCPUBITS = 0x40 const
Dztypes_linux_ppc64le.go884 _NCPUBITS = 0x40 const