Searched refs:t_new (Results 1 – 2 of 2) sorted by relevance
208 struct timeval t0, t_last, t_new; in run_bpf_prog() local228 if (gettimeofday(&t_new, NULL) < 0) in run_bpf_prog()230 delta_ms = (t_new.tv_sec - t0.tv_sec) * 1000 + in run_bpf_prog()231 (t_new.tv_usec - t0.tv_usec)/1000; in run_bpf_prog()234 delta_time = (t_new.tv_sec - t_last.tv_sec) * 1000000 + in run_bpf_prog()235 (t_new.tv_usec - t_last.tv_usec); in run_bpf_prog()238 t_last = t_new; in run_bpf_prog()
175 struct in6_addr *val, *t_old, *t_new; in seg6_genl_set_tunsrc() local184 t_new = kmemdup(val, sizeof(*val), GFP_KERNEL); in seg6_genl_set_tunsrc()185 if (!t_new) in seg6_genl_set_tunsrc()191 rcu_assign_pointer(sdata->tun_src, t_new); in seg6_genl_set_tunsrc()