Searched refs:t_c (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tracing_struct_int128.c | 7 long t_b, t_c, t_ret; variable 13 t_c = (long)ctx[3]; in test_int128_arg_fexit()
|
| /linux/net/sched/ |
| H A D | sch_tbf.c | 110 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 D | sch_htb.c | 122 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 D | tracing_struct.c | 139 ASSERT_EQ(skel->bss->t_c, 3, "t:c"); in test_int128_args()
|