Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/tools/lldbmacros/
H A Dktrace.py571 start_timestamp = None
576 start_timestamp = unsigned(now - duration)
579 start_timestamp, now, duration))
582 …cpus = [KDCPU(cpuid, verbose, starting_timestamp=start_timestamp, humanize=humanize, tid=tid, tria…
/xnu-12377.61.12/bsd/net/
H A Dntstat.h463 u_int64_t start_timestamp __attribute__((aligned(sizeof(u_int64_t)))); member
521 u_int64_t start_timestamp __attribute__((aligned(sizeof(u_int64_t)))); member
567 u_int64_t start_timestamp __attribute__((aligned(sizeof(u_int64_t)))); member
H A Dntstat.c2510 desc->start_timestamp = inp->inp_start_timestamp; in nstat_tcp_copy_descriptor()
2915 desc->start_timestamp = inp->inp_start_timestamp; in nstat_udp_copy_descriptor()
3115 desc->start_timestamp = shad->shad_start_timestamp; in nstat_userland_tu_copy_descriptor()
3134 desc->start_timestamp = shad->shad_start_timestamp; in nstat_userland_tu_copy_descriptor()
3153 desc->start_timestamp = shad->shad_start_timestamp; in nstat_userland_tu_copy_descriptor()
3871 desc->start_timestamp = gshad->gshad_start_timestamp; in nstat_generic_provider_copy_descriptor()
3882 desc->start_timestamp = gshad->gshad_start_timestamp; in nstat_generic_provider_copy_descriptor()