Home
last modified time | relevance | path

Searched refs:numrep (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/net/ceph/crush/
Dmapper.c453 int x, int numrep, int type, 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()
647 int x, int left, int numrep, int type, in crush_choose_indep() argument
667 bucket->id, x, outpos, numrep); in crush_choose_indep()
711 in->size % numrep == 0) in crush_choose_indep()
713 r += (numrep+1) * ftotal; in crush_choose_indep()
716 r += numrep * ftotal; in crush_choose_indep()
780 x, 1, numrep, 0, in crush_choose_indep()
912 int numrep; in crush_do_rule() local
[all …]