Searched refs:CPU_SETSIZE (Results 1 – 13 of 13) sorted by relevance
81 #undef CPU_SETSIZE82 #define CPU_SETSIZE 1024 macro84 #define CPU_SETSIZE 32 macro86 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu…
54 #define CPU_SETSIZE 32 macro55 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu…
25 if (ncpus > CPU_SETSIZE) { \
179 for (unsigned i = 0; i < num_mask_bits && i < CPU_SETSIZE; i++) { in util_set_thread_affinity()186 for (unsigned i = 0; i < num_mask_bits && i < CPU_SETSIZE; i++) { in util_set_thread_affinity()
37 for ( int cpu_id = 0; cpu_id < CPU_SETSIZE; ++cpu_id) { in topology()
113 #define CPU_SETSIZE 128 macro
126 #define CPU_SETSIZE 128 macro
128 #define CPU_SETSIZE 128 macro
495 for (int i = 0; i < CPU_SETSIZE; i++) { in WelsQueryLogicalProcessInfo()