Home
last modified time | relevance | path

Searched refs:t_new (Results 1 – 2 of 2) sorted by relevance

/linux/samples/bpf/
A Dhbm.c208 struct timeval t0, t_last, t_new; in run_bpf_prog() local
228 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()
/linux/net/ipv6/
A Dseg6.c234 struct in6_addr *val, *t_old, *t_new; in seg6_genl_set_tunsrc() local
243 t_new = kmemdup(val, sizeof(*val), GFP_KERNEL); in seg6_genl_set_tunsrc()
244 if (!t_new) in seg6_genl_set_tunsrc()
250 rcu_assign_pointer(sdata->tun_src, t_new); in seg6_genl_set_tunsrc()

Completed in 10 milliseconds