Home
last modified time | relevance | path

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

/xnu-11215/tests/sched/
H A Doverloaded_runqueue.c33 static uint64_t start_timestamp = 0ULL; variable
48 uint64_t yield_deadline = start_timestamp + nanos_to_abs(1 * NSEC_PER_SEC); in make_tg_and_spin()
57 uint64_t spin_deadline = start_timestamp + nanos_to_abs((SLEEP_SECONDS - 2) * NSEC_PER_SEC); in make_tg_and_spin()
287 start_timestamp = mach_absolute_time();
/xnu-11215/tools/lldbmacros/
H A Dktrace.py568 start_timestamp = None
573 start_timestamp = unsigned(now - duration)
576 start_timestamp, now, duration))
580 starting_timestamp=start_timestamp, humanize=humanize)
/xnu-11215/bsd/net/
H A Dntstat.h445 u_int64_t start_timestamp __attribute__((aligned(sizeof(u_int64_t)))); member
503 u_int64_t start_timestamp __attribute__((aligned(sizeof(u_int64_t)))); member
549 u_int64_t start_timestamp __attribute__((aligned(sizeof(u_int64_t)))); member
H A Dntstat.c2128 desc->start_timestamp = inp->inp_start_timestamp; in nstat_tcp_copy_descriptor()
2505 desc->start_timestamp = inp->inp_start_timestamp; in nstat_udp_copy_descriptor()
2683 desc->start_timestamp = shad->shad_start_timestamp; in nstat_userland_tu_copy_descriptor()
2702 desc->start_timestamp = shad->shad_start_timestamp; in nstat_userland_tu_copy_descriptor()
2721 desc->start_timestamp = shad->shad_start_timestamp; in nstat_userland_tu_copy_descriptor()
3468 desc->start_timestamp = gshad->gshad_start_timestamp; in nstat_generic_provider_copy_descriptor()
3479 desc->start_timestamp = gshad->gshad_start_timestamp; in nstat_generic_provider_copy_descriptor()