Home
last modified time | relevance | path

Searched refs:q_size (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_queue.c93 ASSERT(q->q_size == 0); in av1394_flushq()
165 if (q->q_size + len > q->q_max) { in av1394_put_common()
169 q->q_size += len; in av1394_put_common()
184 q->q_size -= MBLKL(bp); in av1394_getq_locked()
185 ASSERT(q->q_size >= 0); in av1394_getq_locked()
/titanic_44/usr/src/cmd/auditd/
H A Ddoorway.c760 int q_size; in qpool_return() local
766 q_size = audit_queue_size(&(p->plg_queue)); in qpool_return()
768 if (qpool_size + q_size > p->plg_qmax) in qpool_return()
776 p->plg_tid, sequence, q_size, qpool_size, in qpool_return()
777 q_size + qpool_size, p->plg_q_threshold)); in qpool_return()
/titanic_44/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h84 int q_size; /* current data size */ member
/titanic_44/usr/src/uts/sun4v/io/
H A Dldc.c961 uint64_t q_size, dq_size; in i_ldc_rxdq_copy() local
965 q_size = ldcp->rx_q_entries << LDC_PACKET_SHIFT; in i_ldc_rxdq_copy()
976 *head = (*head + LDC_PACKET_SIZE) % q_size; in i_ldc_rxdq_copy()