Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/isa/
H A Dclock.c1393 volatile int tsc_done_cnt; member
1489 for (i = 0; i < TSC_TEST_COUNT && info->tsc_done_cnt == 0; ++i) { in tsc_mpsync_ap_thread()
1493 atomic_add_int(&info->tsc_done_cnt, 1); in tsc_mpsync_ap_thread()
1662 while (info.tsc_done_cnt != ncpus) in tsc_mpsync_test()