Lines Matching defs:tmp
106 u64 tmp = (900000 + prandom_u32() % 200001) * (u64)irt;
107 do_div(tmp, 1000000);
108 return (s32)tmp;
114 u64 tmp = (1900000 + prandom_u32() % 200001) * (u64)rt;
115 do_div(tmp, 1000000);
116 if ((s32)tmp > mrt) {
118 tmp = (900000 + prandom_u32() % 200001) * (u64)mrt;
119 do_div(tmp, 1000000);
121 return (s32)tmp;
3483 struct inet6_ifaddr *ifp, *tmp;
3492 list_for_each_entry_safe(ifp, tmp, &idev->addr_list, if_list) {
6316 struct ctl_table tmp = {
6327 ret = proc_douintvec(&tmp, write, buffer, lenp, ppos);