Searched refs:CPU_SETSIZE (Results 1 – 18 of 18) sorted by relevance
93 #if !defined(CPU_SETSIZE)99 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8) macro107 for (int i = 0; i < CPU_SETSIZE; ++i) in cpuset_isequal()114 for (int i = 0; i < CPU_SETSIZE; ++i) in cpuset_issubset()122 for (int i = 0; i < CPU_SETSIZE; ++i) in cpuset_count()137 for (int i = 0; i < CPU_SETSIZE; ++i) { in cpuset_format()
113 sat_assert(CPU_SETSIZE >= num_cpus_); in Initialize()
73 #if !defined(CPU_SETSIZE)
21 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) in count_cpus()57 if (start < 0 || start >= CPU_SETSIZE) { in parse_cpu_set()62 if (end < 0 || end >= CPU_SETSIZE) { in parse_cpu_set()118 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in show_cpu_set()
16 #define MAX_CPUS CPU_SETSIZE
327 for (c = 0; c < CPU_SETSIZE; c++) { in main()
251 struct percpu_lock_entry c[CPU_SETSIZE];260 struct test_data_entry c[CPU_SETSIZE];270 struct test_data_entry c[CPU_SETSIZE];289 struct percpu_list_entry c[CPU_SETSIZE];305 struct percpu_buffer_entry c[CPU_SETSIZE];322 struct percpu_memcpy_buffer_entry c[CPU_SETSIZE];430 for (i = 0; i < CPU_SETSIZE; i++) in test_percpu_spinlock()505 for (i = 0; i < CPU_SETSIZE; i++) in test_percpu_inc()629 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()664 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()[all …]
21 struct percpu_lock_entry c[CPU_SETSIZE];30 struct test_data_entry c[CPU_SETSIZE];44 struct percpu_list_entry c[CPU_SETSIZE];129 for (i = 0; i < CPU_SETSIZE; i++) in test_percpu_spinlock()249 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()272 for (i = 0; i < CPU_SETSIZE; i++) { in test_percpu_list()
23 for (i = 0; i < CPU_SETSIZE; i++) { in test_cpu_pointer()
102 for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8) in pick_online_cpu()107 for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--) in pick_online_cpu()
37 if (ncpus > CPU_SETSIZE) { \
97 if (start < 0 || start >= CPU_SETSIZE) { in parse_cpu_set()102 if (end < 0 || end >= CPU_SETSIZE) { in parse_cpu_set()
41 #define CPU_SETSIZE __CPU_SETSIZE macro
44 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in check_cpu_dscr_thread()
29 MAX_CPUS = CPU_SETSIZE; in main()
201 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in main()
525 for (last_cpu = 0; last_cpu < CPU_SETSIZE && CPU_ISSET(last_cpu, &cpus); last_cpu++) in get_ncpus()
3970 for (i = 0; i < CPU_SETSIZE; ++i) in iperf_clearaffinity()