Searched refs:logHead (Results 1 – 2 of 2) sorted by relevance
114 (g_dmesgInfo->logTail != g_dmesgInfo->logHead)) { in OsCheckError()125 UINT32 head = g_dmesgInfo->logHead; in OsDmesgRead()144 g_dmesgInfo->logHead += readLen; in OsDmesgRead()152 g_dmesgInfo->logHead += readLen; in OsDmesgRead()165 g_dmesgInfo->logHead = readLen - (g_logBufSize - head); in OsDmesgRead()246 g_dmesgInfo->logHead = 0; in OsDmesgResetMem()294 g_dmesgInfo->logHead = 0; in OsDmesgChangeSize()334 g_dmesgInfo->logHead = 0; in OsDmesgInit()354 g_dmesgInfo->logHead = g_dmesgInfo->logTail; in OsLogRecordChar()410 g_dmesgInfo->logHead = g_dmesgInfo->logTail; in OsBufFullWrite()[all …]
49 UINT32 logHead; /* The index of the first log data. Data_out_flag */ member