Searched refs:ftotal (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 127 int utotal, ftotal; q40_ctx_law() local 129 ftotal = frameLeft; q40_ctx_law() 149 *frameUsed += (ftotal - frameLeft); q40_ctx_law() 163 int utotal, ftotal; q40_ctx_s8() local 166 ftotal = frameLeft; q40_ctx_s8() 186 *frameUsed += (ftotal - frameLeft); q40_ctx_s8() 200 int utotal, ftotal; q40_ctx_u8() local 202 ftotal = frameLeft; q40_ctx_u8() 221 *frameUsed += (ftotal - frameLeft) ; q40_ctx_u8() 237 int utotal, ftotal; q40_ctc_law() local 239 ftotal = frameLeft; q40_ctc_law() 262 *frameUsed += (ftotal - frameLeft); q40_ctc_law() 276 int utotal, ftotal; q40_ctc_s8() local 278 ftotal = frameLeft; q40_ctc_s8() 301 *frameUsed += (ftotal - frameLeft); q40_ctc_s8() 315 int utotal, ftotal; q40_ctc_u8() local 317 ftotal = frameLeft; q40_ctc_u8() 340 *frameUsed += (ftotal - frameLeft) ; q40_ctc_u8()
|
/linux-4.4.14/net/ceph/crush/ |
H A D | mapper.c | 426 unsigned int ftotal, flocal; crush_choose_firstn() local 444 ftotal = 0; crush_choose_firstn() 457 r += ftotal; crush_choose_firstn() 544 ftotal++; crush_choose_firstn() 554 else if (ftotal < tries) crush_choose_firstn() 561 "ftotal %u flocal %u\n", crush_choose_firstn() 562 reject, collide, ftotal, crush_choose_firstn() 578 if (map->choose_tries && ftotal <= map->choose_total_tries) crush_choose_firstn() 579 map->choose_tries[ftotal]++; crush_choose_firstn() 606 unsigned int ftotal; crush_choose_indep() local 623 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { crush_choose_indep() 625 if (out2 && ftotal) { crush_choose_indep() 626 dprintk("%u %d a: ", ftotal, left); crush_choose_indep() 631 dprintk("%u %d b: ", ftotal, left); crush_choose_indep() 660 r += (numrep+1) * ftotal; crush_choose_indep() 663 r += numrep * ftotal; crush_choose_indep() 755 if (map->choose_tries && ftotal <= map->choose_total_tries) crush_choose_indep() 756 map->choose_tries[ftotal]++; crush_choose_indep() 760 dprintk("%u %d a: ", ftotal, left); crush_choose_indep() 765 dprintk("%u %d b: ", ftotal, left); crush_choose_indep()
|
Completed in 86 milliseconds