Home
last modified time | relevance | path

Searched refs:f_qelements (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h241 if ((f)->f_qelements) \
366 size_t f_qelements; /* elements in queue */ member
H A Dsyslogd.c3567 dst->f_qelements++; \ in init()
3571 src->f_qelements = 0; \ in init()
4405 "cnt@%p = %zu)\n", f, f->f_qelements, &cnt, cnt); in send_queue()
4522 "f_qelements=%zu and f_qsize=%zu\n", in message_allqueues_purge()
4524 f->f_qelements, f->f_qsize); in message_allqueues_purge()
4531 && (size_t)TypeInfo[f->f_type].queue_length <= f->f_qelements) in message_allqueues_check()
4552 f->f_qelements/10, PURGE_BY_PRIORITY); in buf_msg_new()
4661 f->f_qelements--; in message_queue_add()
4665 qentry->msg, f, f->f_qelements); in message_queue_add()
4691 f->f_qelements
[all...]