Lines Matching refs:outpos
297 int *out, int outpos, in crush_choose() argument
312 bucket->id, x, outpos, numrep); in crush_choose()
314 for (rep = outpos; rep < numrep; rep++) { in crush_choose()
387 for (i = 0; i < outpos; i++) { in crush_choose()
400 x, outpos+1, 0, in crush_choose()
401 out2, outpos, in crush_choose()
404 NULL) <= outpos) in crush_choose()
409 out2[outpos] = item; in crush_choose()
457 out[outpos] = item; in crush_choose()
458 outpos++; in crush_choose()
461 dprintk("CHOOSE returns %d\n", outpos); in crush_choose()
462 return outpos; in crush_choose()