Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/crush/
Dmapper.c406 int x, int numrep, int type, in crush_choose_firstn() argument
431 bucket->id, x, outpos, numrep, in crush_choose_firstn()
435 for (rep = outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn()
584 int x, int left, int numrep, int type, in crush_choose_indep() argument
603 bucket->id, x, outpos, numrep); in crush_choose_indep()
633 in->size % numrep == 0) in crush_choose_indep()
635 r += (numrep+1) * ftotal; in crush_choose_indep()
638 r += numrep * ftotal; in crush_choose_indep()
695 x, 1, numrep, 0, in crush_choose_indep()
760 int numrep; in crush_do_rule() local
[all …]