Searched refs:queuelen (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/tools/tools/fixwhite/
H A Dfixwhite.c36 static size_t queuelen = 0, queuesize = 0; variable
43 if (queuelen >= queuesize) {
51 queue[queuelen++] = c;
70 return (queuelen >= back && queue[queuelen - back] == c);
82 queuelen = 0;
87 queuelen--;
101 queuelen--;
121 queuelen -= column;
123 queue[queuelen
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c106 unsigned int queuelen, complete, send_only; local
111 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen,
119 " queuelen: %9d\n"
123 gid_buf, created, queuelen,
H A Dipoib_multicast.c59 unsigned int queuelen; member in struct:ipoib_mcast_iter
903 iter->queuelen = mcast->pkt_queue.ifq_len;
923 unsigned int *queuelen,
929 *queuelen = iter->queuelen;
920 ipoib_mcast_iter_read(struct ipoib_mcast_iter *iter, union ib_gid *mgid, unsigned long *created, unsigned int *queuelen, unsigned int *complete, unsigned int *send_only) argument
H A Dipoib.h499 unsigned int *queuelen,

Completed in 95 milliseconds