Home
last modified time | relevance | path

Searched defs:CK_SPINLOCK_TICKET_CAS (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ck/include/spinlock/
H A Dticket.h49 #define CK_SPINLOCK_TICKET_CAS(x, y, z) ck_pr_cas_32(x, y, z) macro
59 #define CK_SPINLOCK_TICKET_CAS(x, y, z) ck_pr_cas_64(x, y, z) macro