Home
last modified time | relevance | path

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

/Linux-v4.19/sound/oss/dmasound/
Ddmasound_q40.c127 int utotal, ftotal; in q40_ctx_law() local
129 ftotal = frameLeft; in q40_ctx_law()
149 *frameUsed += (ftotal - frameLeft); in q40_ctx_law()
163 int utotal, ftotal; in q40_ctx_s8() local
166 ftotal = frameLeft; in q40_ctx_s8()
186 *frameUsed += (ftotal - frameLeft); in q40_ctx_s8()
200 int utotal, ftotal; in q40_ctx_u8() local
202 ftotal = frameLeft; in q40_ctx_u8()
221 *frameUsed += (ftotal - frameLeft) ; in q40_ctx_u8()
237 int utotal, ftotal; in q40_ctc_law() local
[all …]
/Linux-v4.19/net/ceph/crush/
Dmapper.c468 unsigned int ftotal, flocal; in crush_choose_firstn() local
486 ftotal = 0; in crush_choose_firstn()
499 r += ftotal; in crush_choose_firstn()
595 ftotal++; in crush_choose_firstn()
605 else if (ftotal < tries) in crush_choose_firstn()
613 reject, collide, ftotal, in crush_choose_firstn()
629 if (map->choose_tries && ftotal <= map->choose_total_tries) in crush_choose_firstn()
630 map->choose_tries[ftotal]++; in crush_choose_firstn()
659 unsigned int ftotal; in crush_choose_indep() local
676 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { in crush_choose_indep()
[all …]