Searched refs:f_queue_count (Results 1 – 2 of 2) sorted by relevance
1305 f->f_queue_count++; in logmsg()1310 f->f_queue_count--; in logmsg()1387 if (f->f_queue_count > Q_HIGHWATER_MARK) { in logmsg()1391 f->f_queue_count); in logmsg()1411 f->f_queue_count++; in logmsg()1415 f->f_queue_count--; in logmsg()1462 assert(f->f_queue_count > 0); in logit()1463 f->f_queue_count--; in logit()1655 while (f->f_queue_count > 0) { in logit()1665 f->f_queue_count--; in logit()[all …]
151 int f_queue_count; /* count of messages on the queue */ member