Home
last modified time | relevance | path

Searched refs:t_c (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtracing_struct_int128.c7 long t_b, t_c, t_ret; variable
13 t_c = (long)ctx[3]; in test_int128_arg_fexit()
/linux/net/sched/
H A Dsch_tbf.c110 s64 t_c; /* Time check-point */ member
295 toks = min_t(s64, now - q->t_c, q->buffer); in tbf_dequeue()
313 q->t_c = now; in tbf_dequeue()
346 q->t_c = ktime_get_ns();
501 q->t_c = ktime_get_ns(); in tbf_destroy()
H A Dsch_htb.c122 s64 t_c; /* checkpoint time */ member
708 diff = min_t(s64, q->now - cl->t_c, cl->mbuffer); in htb_charge_class()
719 cl->t_c = q->now; in htb_charge_class()
772 diff = min_t(s64, q->now - cl->t_c, cl->mbuffer); in htb_do_events()
1525 parent->t_c = ktime_get_ns(); in htb_parent_to_leaf()
1978 cl->t_c = ktime_get_ns(); in htb_change_class()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtracing_struct.c139 ASSERT_EQ(skel->bss->t_c, 3, "t:c"); in test_int128_args()