Searched refs:tp_end (Results 1 – 2 of 2) sorted by relevance
396 struct sdt_tracepoint *tp_begin, *tp_end; in sdt_kld_load_probes() local415 &tp_begin, &tp_end, NULL) == 0) { in sdt_kld_load_probes()416 for (struct sdt_tracepoint *tp = tp_begin; tp < tp_end; tp++) { in sdt_kld_load_probes()486 struct sdt_tracepoint *tp_begin, *tp_end; in sdt_kld_unload_probes() local489 &tp_begin, &tp_end, NULL) == 0) { in sdt_kld_unload_probes()490 for (struct sdt_tracepoint *tp = tp_begin; tp < tp_end; tp++) { in sdt_kld_unload_probes()
270 struct timespec *tp_end) in watchdog_check_dogfunction_time() argument281 TIMESPEC_TO_TIMEVAL(&tv_end, tp_end); in watchdog_check_dogfunction_time()