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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 105 # define __NCPUBITS (8 * sizeof (__cpu_mask))
111 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
112 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
117 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
182 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * 8)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 105 # define __NCPUBITS (8 * sizeof (__cpu_mask))
111 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
112 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
117 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
182 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * 8)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 105 # define __NCPUBITS (8 * sizeof (__cpu_mask))
111 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)
112 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
117 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
182 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * 8)
  /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 48 milliseconds