Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A Dcopyio.c114 static uint32_t smaplog_head = 0; variable
123 index = smaplog_head; in smaplog_add_entry()
124 } while (!OSCompareAndSwap(index, (index + 1) % SMAPLOG_BUFFER_SIZE, &smaplog_head)); in smaplog_add_entry()
127 assert(smaplog_head < SMAPLOG_BUFFER_SIZE); in smaplog_add_entry()