Searched refs:loghead (Results 1 – 1 of 1) sorted by relevance
1028 static logmsg *loghead = NULL; variable1029 static logmsg **logtailp = &loghead;1041 while ((msg = loghead) == NULL) in logthread()1044 loghead = msg->log_next; in logthread()1046 if (loghead == NULL) { in logthread()1047 logtailp = &loghead; in logthread()