Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ubsan.c1274 uint32_t siOldValue; in isAlreadyReported() local
1282 siOldValue = *pLine; in isAlreadyReported()
1283 } while (__sync_val_compare_and_swap(pLine, siOldValue, siOldValue | ACK_REPORTED) != siOldValue); in isAlreadyReported()
1285 return ISSET(siOldValue, ACK_REPORTED); in isAlreadyReported()