Searched refs:CPU_SETSIZE (Results 1 – 15 of 15) 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()
76 for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8) in pick_online_cpu()81 for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--) in pick_online_cpu()
37 if (ncpus > CPU_SETSIZE) { \
44 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in check_cpu_dscr_thread()
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
63 #define FIO_MAX_CPUS CPU_SETSIZE
86 #define FIO_MAX_CPUS CPU_SETSIZE
195 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) { in main()
516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++) in get_ncpus()