Searched refs:outpos (Results 1 – 1 of 1) sorted by relevance
/net/ceph/crush/ |
D | mapper.c | 454 int *out, int outpos, in crush_choose_firstn() argument 480 bucket->id, x, outpos, numrep, in crush_choose_firstn() 484 for (rep = stable ? 0 : outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn() 518 outpos); in crush_choose_firstn() 546 for (i = 0; i < outpos; i++) { in crush_choose_firstn() 566 x, stable ? 1 : outpos+1, 0, in crush_choose_firstn() 567 out2, outpos, count, in crush_choose_firstn() 576 choose_args) <= outpos) in crush_choose_firstn() 581 out2[outpos] = item; in crush_choose_firstn() 625 out[outpos] = item; in crush_choose_firstn() [all …]
|