Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H 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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6.c183 struct in6_addr *val, *t_old, *t_new; in seg6_genl_set_tunsrc() local
192 t_new = kmemdup(val, sizeof(*val), GFP_KERNEL); in seg6_genl_set_tunsrc()
193 if (!t_new) in seg6_genl_set_tunsrc()
199 rcu_assign_pointer(sdata->tun_src, t_new); in seg6_genl_set_tunsrc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp1039 static inline bool converge_07_update(CT & t, CT & beta, CT const& t_new) in converge_07_update() argument
1043 CT const beta_new = atan(t_new); in converge_07_update()
1046 t = t_new; in converge_07_update()