Home
last modified time | relevance | path

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

/external/autotest/client/tests/tsc/src/
Dsched.h10 # define __NCPUBITS (8 * sizeof (__cpu_mask)) macro
16 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
17 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
22 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];