Searched refs:tsc_seq (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/include/
H A Dhyperv.h65 volatile uint32_t tsc_seq; member in struct:hyperv_reftsc
/freebsd-11-stable/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c142 while ((seq = atomic_load_acq_int(&tsc_ref->tsc_seq)) != 0) { \
157 if (tsc_ref->tsc_seq == seq) \
/freebsd-11-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c262 while ((seq = atomic_load_acq_int(&tsc_ref->tsc_seq)) != 0) {
276 if (tsc_ref->tsc_seq == seq) {

Completed in 102 milliseconds