Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/sdt/
H A Dsdt.c502 struct sdt_tracepoint *tp3; in sdt_kld_unload_probes() local
505 tp3 = STAILQ_NEXT(tp2, in sdt_kld_unload_probes()
507 if (tp3 == NULL) in sdt_kld_unload_probes()
509 if (tp3 == tp) { in sdt_kld_unload_probes()
515 tp2 = tp3; in sdt_kld_unload_probes()
/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp493 const TestProgram tp3( in check_operator_lt() local
503 ATF_REQUIRE(!(tp1 < tp3)); in check_operator_lt()
504 ATF_REQUIRE( tp3 < tp1); in check_operator_lt()
511 programs.insert(tp3); in check_operator_lt()
/freebsd/sys/netinet/
H A Dtcp_hpts_test.c1123 struct tcpcb *tp1, *tp2, *tp2_dup, *tp3; in KTEST_FUNC() local
1162 tp3 = test_hpts_create_tcpcb(ctx, pace); in KTEST_FUNC()
1163 KTEST_NEQUAL(tp3, NULL); in KTEST_FUNC()
1164 tp3->t_hpts_cpu = 1; /* Assume we have at least 2 CPUs */ in KTEST_FUNC()
1165 tp3->t_flags2 |= TF2_HPTS_CPU_SET; in KTEST_FUNC()
1166 INP_WLOCK(&tp3->t_inpcb); in KTEST_FUNC()
1167 tcp_set_hpts(pace, tp3); in KTEST_FUNC()
1168 INP_WUNLOCK(&tp3->t_inpcb); in KTEST_FUNC()
1169 KTEST_EQUAL(tp3->t_hpts_cpu, 1); in KTEST_FUNC()
1174 test_hpts_free_tcpcb(tp3); in KTEST_FUNC()