Searched refs:ftotal (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 128 int utotal, ftotal; in q40_ctx_law() local 130 ftotal = frameLeft; in q40_ctx_law() 150 *frameUsed += (ftotal - frameLeft); in q40_ctx_law() 164 int utotal, ftotal; in q40_ctx_s8() local 167 ftotal = frameLeft; in q40_ctx_s8() 187 *frameUsed += (ftotal - frameLeft); in q40_ctx_s8() 201 int utotal, ftotal; in q40_ctx_u8() local 203 ftotal = frameLeft; in q40_ctx_u8() 222 *frameUsed += (ftotal - frameLeft) ; in q40_ctx_u8() 238 int utotal, ftotal; in q40_ctc_law() local 277 int utotal, ftotal; q40_ctc_s8() local 316 int utotal, ftotal; q40_ctc_u8() local [all...] |
/kernel/linux/linux-6.6/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 128 int utotal, ftotal; in q40_ctx_law() local 130 ftotal = frameLeft; in q40_ctx_law() 150 *frameUsed += (ftotal - frameLeft); in q40_ctx_law() 164 int utotal, ftotal; in q40_ctx_s8() local 167 ftotal = frameLeft; in q40_ctx_s8() 187 *frameUsed += (ftotal - frameLeft); in q40_ctx_s8() 201 int utotal, ftotal; in q40_ctx_u8() local 203 ftotal = frameLeft; in q40_ctx_u8() 222 *frameUsed += (ftotal - frameLeft) ; in q40_ctx_u8() 238 int utotal, ftotal; in q40_ctc_law() local 277 int utotal, ftotal; q40_ctc_s8() local 316 int utotal, ftotal; q40_ctc_u8() local [all...] |
/kernel/linux/linux-5.10/net/ceph/crush/ |
H A D | mapper.c | 468 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() 612 "ftotal %u flocal %u\n", 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 [all...] |
/kernel/linux/linux-6.6/net/ceph/crush/ |
H A D | mapper.c | 468 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() 612 "ftotal %u flocal %u\n", 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 [all...] |
Completed in 4 milliseconds