Lines Matching refs:factor
48 u32 factor; in pde_get_multiple() local
60 factor = val / fraction; in pde_get_multiple()
66 factor++; in pde_get_multiple()
68 factor = 0; in pde_get_multiple()
70 return factor; in pde_get_multiple()
259 u32 factor; in pseq_handler_create_sequences() local
264 factor = pde_get_multiple(ps.last_ts - p2->ts, ps.pri, in pseq_handler_create_sequences()
266 if (factor > 0) { in pseq_handler_create_sequences()
311 u32 factor; in pseq_handler_add_to_existing_seqs() local
321 factor = pde_get_multiple(delta_ts, ps->pri, in pseq_handler_add_to_existing_seqs()
323 if (factor > 0) { in pseq_handler_add_to_existing_seqs()