Searched refs:CPU_SETSIZE (Results 1 – 3 of 3) sorted by relevance
49 #define CPU_SETSIZE 1024 macro53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
383 if (cpus->map[cpu] >= CPU_SETSIZE) { in test__open_syscall_event_on_all_cpus()417 if (cpus->map[cpu] >= CPU_SETSIZE) in test__open_syscall_event_on_all_cpus()
516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++) in get_ncpus()