Lines Matching refs:next
60 struct log_string_node *next; member
179 backend = backend->next; in log_output_low_level()
246 s_logContext.pend = s_logContext.pend->next; in LOG_DumpInternal()
343 busy->next = s_logContext.idle; in LOG_DumpInternal()
370 s_logContext.stringNode[i].next = s_logContext.idle; in LOG_Init()
459 s_logContext.idle = s_logContext.idle->next; in LOG_AsyncPrintf()
470 s_logContext.pend = s_logContext.pend->next; in LOG_AsyncPrintf()
483 s_logContext.idle = s_logContext.idle->next; in LOG_AsyncPrintf()
503 node->next = NULL; in LOG_AsyncPrintf()
509 while (NULL != p->next) in LOG_AsyncPrintf()
511 p = p->next; in LOG_AsyncPrintf()
513 p->next = node; in LOG_AsyncPrintf()
601 p = p->next; in LOG_BackendRegister()
605 backend->next = s_logContext.backend; in LOG_BackendRegister()
634 s_logContext.backend = p->next; in LOG_BackendUnregister()
638 q->next = p->next; in LOG_BackendUnregister()
640 p->next = NULL; in LOG_BackendUnregister()
644 p = p->next; in LOG_BackendUnregister()