Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c275 static u_int ec_scroffset; variable
314 ind = ec_scroffset; in ec_putc()
323 } while (atomic_cmpset_rel_int(&ec_scroffset, ind, ind + width) == 0); in ec_putc()