Lines Matching refs:factor
47 u32 factor; in pde_get_multiple() local
59 factor = val / fraction; in pde_get_multiple()
65 factor++; in pde_get_multiple()
67 factor = 0; in pde_get_multiple()
69 return factor; in pde_get_multiple()
258 u32 factor; in pseq_handler_create_sequences() local
263 factor = pde_get_multiple(ps.last_ts - p2->ts, ps.pri, in pseq_handler_create_sequences()
265 if (factor > 0) { in pseq_handler_create_sequences()
310 u32 factor; in pseq_handler_add_to_existing_seqs() local
320 factor = pde_get_multiple(delta_ts, ps->pri, in pseq_handler_add_to_existing_seqs()
322 if (factor > 0) { in pseq_handler_add_to_existing_seqs()