Lines Matching defs:gap
1956 /* some gap from the parent stack to prevent false sharing. */
4890 int S, rem, gap, s_count;
4894 gap = rem > 0 ? n_places / rem : n_places;
4896 int gap_ct = gap;
4904 if ((s_count == S) && rem && (gap_ct == gap)) {
4906 } else if ((s_count == S + 1) && rem && (gap_ct == gap)) {
4955 int s_count, rem, gap, gap_ct;
4959 gap = rem ? n_th / rem : 1;
4960 gap_ct = gap;
4980 if (rem && (gap_ct == gap)) {
5069 int S, rem, gap, s_count;
5073 gap = rem > 0 ? n_places / rem : n_places;
5075 int gap_ct = gap;
5086 if ((s_count == S) && rem && (gap_ct == gap)) {
5088 } else if ((s_count == S + 1) && rem && (gap_ct == gap)) {