Searched refs:shpq_last (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_pq.c39 if (pqp->shpq_last + 1 == pqp->shpq_size) {
53 assert(pqp->shpq_last + 1 < pqp->shpq_size);
55 i = ++pqp->shpq_last;
85 assert(i <= pqp->shpq_last && i != 0);
88 pqp->shpq_items[i] = pqp->shpq_items[pqp->shpq_last];
89 pqp->shpq_items[pqp->shpq_last] = NULL;
90 pqp->shpq_last--;
92 if (pqp->shpq_last < i)
97 for (; i * 2 <= pqp->shpq_last; i = c) {
131 if (pqp->shpq_last *
[all...]
H A Dshadow_impl.h90 uint32_t shpq_last; member in struct:shadow_pq

Completed in 21 milliseconds