i_next 227 drivers/thermal/power_allocator.c s64 i_next = i + mul_frac(tz->tzp->k_i, err); i_next 229 drivers/thermal/power_allocator.c if (abs(i_next) < max_power_frac) { i_next 230 drivers/thermal/power_allocator.c i = i_next; i_next 171 kernel/panic.c long i, i_next = 0, len; i_next 310 kernel/panic.c if (i >= i_next) { i_next 312 kernel/panic.c i_next = i + 3600 / PANIC_BLINK_SPD; i_next 346 kernel/panic.c if (i >= i_next) { i_next 348 kernel/panic.c i_next = i + 3600 / PANIC_BLINK_SPD; i_next 100 net/rds/ib.c struct rds_ib_ipaddr *i_ipaddr, *i_next; i_next 111 net/rds/ib.c list_for_each_entry_safe(i_ipaddr, i_next, &rds_ibdev->ipaddr_list, list) {