Lines Matching refs:bwp
3017 __typeof(((cpuset_t *)NULL)->__bits[0]) *bwp;
3045 bwp = (__typeof(bwp))static_single_cpu_mask_lcs +
3048 CPU_SET(i, (cpuset_t *)bwp);
3049 bwp += (2 * __bitset_words(CPU_SETSIZE) - 1);
3057 bwp = (__typeof(bwp))static_single_cpu_mask_lcs;
3059 bwp += (2 * __bitset_words(CPU_SETSIZE) - 1) *
3063 bwp -= (i / _BITSET_BITS);
3064 static_single_cpu_mask[i] = (cpuset_t *)bwp;