HomeSort by relevance Sort by last modified time
    Searched refs:__NCPUBITS (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h 110 # define __NCPUBITS (8 * sizeof (__cpu_mask))
116 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
117 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
122 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
192 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 110 # define __NCPUBITS (8 * sizeof (__cpu_mask))
116 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
117 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
122 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
192 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask))
  /external/oprofile/daemon/
opd_perfmon.c 50 #define __NCPUBITS (8 * sizeof (unsigned long))
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
57 ((cpusetp)->__bits[(cpu)/__NCPUBITS] |= (1UL << ((cpu) % __NCPUBITS)))

Completed in 562 milliseconds