Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsched.h110 # define __NCPUBITS (8 * sizeof (__cpu_mask)) macro
116 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
117 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
122 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
187 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * 8)