Home
last modified time | relevance | path

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

/linux-6.15/sound/oss/dmasound/
H A Ddmasound_q40.c128 int utotal, ftotal; in q40_ctx_law() local
130 ftotal = frameLeft; in q40_ctx_law()
164 int utotal, ftotal; in q40_ctx_s8() local
167 ftotal = frameLeft; in q40_ctx_s8()
201 int utotal, ftotal; in q40_ctx_u8() local
203 ftotal = frameLeft; in q40_ctx_u8()
238 int utotal, ftotal; in q40_ctc_law() local
240 ftotal = frameLeft; in q40_ctc_law()
277 int utotal, ftotal; in q40_ctc_s8() local
279 ftotal = frameLeft; in q40_ctc_s8()
[all …]
/linux-6.15/net/ceph/crush/
H A Dmapper.c472 unsigned int ftotal, flocal; in crush_choose_firstn() local
490 ftotal = 0; in crush_choose_firstn()
503 r += ftotal; in crush_choose_firstn()
599 ftotal++; in crush_choose_firstn()
609 else if (ftotal < tries) in crush_choose_firstn()
617 reject, collide, ftotal, in crush_choose_firstn()
662 unsigned int ftotal; in crush_choose_indep() local
679 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { in crush_choose_indep()
681 if (out2 && ftotal) { in crush_choose_indep()
716 r += (numrep+1) * ftotal; in crush_choose_indep()
[all …]