Lines Matching defs:pos
1930 unsigned long *pos, void *start,
1941 idx = s->random_seq[*pos];
1942 *pos += 1;
1943 if (*pos >= freelist_count)
1944 *pos = 0;
1956 unsigned long idx, pos, page_limit, freelist_count;
1962 pos = get_random_u32_below(freelist_count);
1968 cur = next_freelist_entry(s, slab, &pos, start, page_limit,
1974 next = next_freelist_entry(s, slab, &pos, start, page_limit,
5284 long start, end, pos;
5298 pos = start + (end - start + 1) / 2;
5304 if (pos == end)
5307 l = &t->loc[pos];
5335 end = pos;
5337 end = pos;
5340 end = pos;
5342 start = pos;
5351 l = t->loc + pos;
5352 if (pos < t->count)
5354 (t->count - pos) * sizeof(struct location));