Lines Matching refs:factor
45 u32 factor; in pde_get_multiple() local
57 factor = val / fraction; in pde_get_multiple()
63 factor++; in pde_get_multiple()
65 factor = 0; in pde_get_multiple()
67 return factor; in pde_get_multiple()
255 u32 factor; in pseq_handler_create_sequences() local
260 factor = pde_get_multiple(ps.last_ts - p2->ts, ps.pri, in pseq_handler_create_sequences()
262 if (factor > 0) { in pseq_handler_create_sequences()
307 u32 factor; in pseq_handler_add_to_existing_seqs() local
317 factor = pde_get_multiple(delta_ts, ps->pri, in pseq_handler_add_to_existing_seqs()
319 if (factor > 0) { in pseq_handler_add_to_existing_seqs()