Lines Matching defs:tmp
107 u64 tmp = get_random_u32_inclusive(900000, 1100000) * (u64)irt;
108 do_div(tmp, 1000000);
109 return (s32)tmp;
115 u64 tmp = get_random_u32_inclusive(1900000, 2100000) * (u64)rt;
116 do_div(tmp, 1000000);
117 if ((s32)tmp > mrt) {
119 tmp = get_random_u32_inclusive(900000, 1100000) * (u64)mrt;
120 do_div(tmp, 1000000);
122 return (s32)tmp;
3565 struct inet6_ifaddr *ifp, *tmp;
3574 list_for_each_entry_safe(ifp, tmp, &idev->addr_list, if_list) {
6431 struct ctl_table tmp = {
6442 ret = proc_douintvec(&tmp, write, buffer, lenp, ppos);