Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/crush/
Dmapper.c413 int x, int numrep, int type, in crush_choose_firstn() argument
438 bucket->id, x, outpos, numrep, in crush_choose_firstn()
442 for (rep = outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn()
595 int x, int left, int numrep, int type, in crush_choose_indep() argument
614 bucket->id, x, outpos, numrep); in crush_choose_indep()
658 in->size % numrep == 0) in crush_choose_indep()
660 r += (numrep+1) * ftotal; in crush_choose_indep()
663 r += numrep * ftotal; in crush_choose_indep()
720 x, 1, numrep, 0, in crush_choose_indep()
803 int numrep; in crush_do_rule() local
[all …]