Searched refs:ck_pr_load_64 (Results 1 – 7 of 7) sorted by relevance
300 if (ck_pr_load_64(&ec->counter) != flagged_word) { in ck_ec64_wait_slow_once()306 return ck_pr_load_64(&ec->counter) != flagged_word; in ck_ec64_wait_slow_once()
71 #define CK_BYTELOCK_LOAD ck_pr_load_64
814 uint64_t ret = ck_pr_load_64(&ec->counter) >> 1; in ck_ec64_value()822 return ck_pr_load_64(&ec->counter) & 1; in ck_ec64_has_waiters()
35 #define CK_HT_TYPE_LOAD ck_pr_load_64
217 #define ck_pr_load_64(SRC) CK_PR_LOAD_SAFE((SRC), 64) macro
61 #define CK_SPINLOCK_TICKET_LOAD(x) ck_pr_load_64(x)
232 (out) = ck_pr_load_64(FREEMASK_CHUNK((pg), (n)))