Searched refs:sc_cnputc_loghead (Results 1 – 1 of 1) sorted by relevance
1974 static u_int sc_cnputc_loghead; variable2003 head = atomic_fetchadd_int(&sc_cnputc_loghead, 1); in sc_cnputc()2043 while (sc_cnputc_logtail != atomic_load_acq_int(&sc_cnputc_loghead)) { in sc_cnputc()2046 if (atomic_load_acq_int(&sc_cnputc_loghead) - in sc_cnputc()