Home
last modified time | relevance | path

Searched defs:t (Results 1 – 7 of 7) sorted by relevance

/samples/ftrace/
Dftrace-direct-modify.c55 static int t; in simple_thread() local
/samples/bpf/
Dxdp_sample_user.c195 struct timespec t; in gettime() local
654 double t, pps, drop, err; in stats_get_rx_cnt() local
697 double t, pps, drop, err; in stats_get_cpumap_enqueue() local
752 double t; in stats_get_cpumap_remote() local
790 double t, pps, drop, err; in stats_get_cpumap_kthread() local
829 double t, pps; in stats_get_redirect_cnt() local
861 double t, drop, sum = 0; in stats_get_redirect_err_cnt() local
909 double t, drop, sum = 0; in stats_get_exception_cnt() local
956 double t; in stats_get_devmap_xmit() local
1010 double t; in stats_get_devmap_xmit_multi() local
[all …]
Dmap_perf_test_user.c23 #define TEST_BIT(t) (1U << (t)) argument
78 static int check_test_flags(enum test_type t) in check_test_flags()
Dtracex2_user.c37 struct task t; member
Dxdp_rxq_info_user.c171 struct timespec t; in gettime() local
342 double t; in stats_print() local
Dxsk_fwd.c664 struct thread_data *t = arg; in thread_func() local
879 struct thread_data *t = &thread_data[thread_id]; in print_thread() local
1022 struct thread_data *t = &thread_data[i]; in main() local
/samples/crypto/
Dfips140_lab_util.c395 static const char *describe_crypt_op(const struct invalid_input_test *t) in describe_crypt_op()
406 static bool af_alg_setkey(const struct invalid_input_test *t, int alg_fd) in af_alg_setkey()
432 static void af_alg_process_msg(const struct invalid_input_test *t, int alg_fd) in af_alg_process_msg()
509 static void test_invalid_input(const struct invalid_input_test *t) in test_invalid_input()