Home
last modified time | relevance | path

Searched refs:qsize (Results 1 – 25 of 33) sorted by relevance

12

/titanic_41/usr/src/cmd/ttymon/
H A Dtmparse.c45 int qsize; local
67 c = quoted(ptr,&qsize);
68 (*size) += qsize;
69 ptr += qsize;
92 quoted(ptr,qsize) in quoted() argument
94 int *qsize;
146 (*qsize) = rptr - ptr;
H A Dtmttydefs.c374 int qsize; local
392 *ptrout++ = quoted(ptrin,&qsize);
393 ptrin += qsize;
/titanic_41/usr/src/cmd/fgrep/
H A Dfgrep.c614 int qsize = QSIZE; in cfail() local
627 if ((queue = (struct words **)calloc(qsize, sizeof (struct words *))) in cfail()
640 if (rear >= &queue[qsize - 1]) { in cfail()
643 qsize += QSIZE; in cfail()
645 qsize * sizeof (struct words *))) == NULL) { in cfail()
666 if (rear >= &queue[qsize - 1]) { in cfail()
669 qsize += QSIZE; in cfail()
671 qsize * sizeof (struct words *))) == NULL) { in cfail()
/titanic_41/usr/src/common/crypto/rsa/
H A Drsa_impl.c108 RSA_key_init(RSAkey *key, int psize, int qsize) in RSA_key_init() argument
115 qlen = BITLEN2BIGNUMLEN(qsize); in RSA_key_init()
117 key->size = psize + qsize; in RSA_key_init()
187 generate_rsa_key(RSAkey *key, int psize, int qsize, BIGNUM *pubexp, in generate_rsa_key() argument
197 size = psize + qsize; in generate_rsa_key()
263 if ((brv = big_random(&c, qsize, rf)) != BIG_OK) { in generate_rsa_key()
270 if (big_bitlength(&a) != qsize) { in generate_rsa_key()
352 rv = generate_rsa_key(key, psize, qsize, pubexp, rf); in generate_rsa_key()
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c664 size_t qsize; in qlt_dma_setup_dbuf() local
728 qsize = sizeof (qlt_dma_sgl_t); in qlt_dma_setup_dbuf()
731 qsize += cookie_count * sizeof (ddi_dma_cookie_t); in qlt_dma_setup_dbuf()
733 qsgl = kmem_alloc(qsize, KM_SLEEP); in qlt_dma_setup_dbuf()
738 qsgl->qsize = qsize; in qlt_dma_setup_dbuf()
783 kmem_free(qsgl, qsgl->qsize); in qlt_dma_teardown_dbuf()
H A Dqlt_dma.h73 size_t qsize; member
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c76 int8_t pktc_idx, int qsize, uint8_t esize);
77 static inline void init_fl(struct sge_fl *fl, uint16_t qsize);
78 static inline void init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize,
688 limit = budget ? budget : iq->qsize / 8; in service_iq()
735 if (service_iq(q, q->qsize / 8) == 0) { in service_iq()
782 if (service_iq(q, q->qsize / 8) == 0) in service_iq()
1016 if (eq->pending >= (1 << (fls(eq->qsize - eq->avail) / 2))) in t4_eth_tx()
1040 (void) reclaim_tx_descs(txq, eq->qsize); in t4_eth_tx()
1048 qsize, uint8_t esize) in init_iq() argument
1061 iq->qsize = roundup(qsize, 16); /* See FW_IQ_CMD/iqsize */ in init_iq()
[all …]
H A Dadapter.h180 uint16_t qsize; /* size (# of entries) of the queue */ member
223 uint16_t qsize; /* size (# of entries) of the queue */ member
252 uint16_t qsize; /* size (# of entries) of the queue */ member
/titanic_41/usr/src/uts/common/io/vioblk/
H A Dvioblk.c734 int i, qsize; in vioblk_free_reqs() local
736 qsize = sc->sc_vq->vq_num; in vioblk_free_reqs()
738 for (i = 0; i < qsize; i++) { in vioblk_free_reqs()
748 kmem_free(sc->sc_reqs, sizeof (struct vioblk_req) * qsize); in vioblk_free_reqs()
754 int i, qsize; in vioblk_alloc_reqs() local
757 qsize = sc->sc_vq->vq_num; in vioblk_alloc_reqs()
759 sc->sc_reqs = kmem_zalloc(sizeof (struct vioblk_req) * qsize, KM_SLEEP); in vioblk_alloc_reqs()
761 for (i = 0; i < qsize; i++) { in vioblk_alloc_reqs()
/titanic_41/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_redirection.h126 #define DAT_EVD_RESIZE(evd, qsize) \ argument
129 (qsize))
394 #define DAT_SRQ_RESIZE(srq, qsize) \ argument
397 (qsize))
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c406 dapli_tavor_wrid_get_list(uint32_t qsize, int wrid_for_srq) in dapli_tavor_wrid_get_list() argument
448 wl_wre_size = qsize * sizeof (dapls_tavor_wrid_entry_t); in dapli_tavor_wrid_get_list()
454 wl_freel_size = qsize * sizeof (uint32_t); in dapli_tavor_wrid_get_list()
463 wridlist->wl_size = qsize; in dapli_tavor_wrid_get_list()
477 wridlist->wl_freel_entries = qsize; in dapli_tavor_wrid_get_list()
H A Ddapl_hermon_hw.c1043 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize, invalue; in dapli_hermon_wqe_headroom() local
1046 qsize = qp->qp_sq_numwqe; in dapli_hermon_wqe_headroom()
1051 wqe_top = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, qsize); in dapli_hermon_wqe_headroom()
/titanic_41/usr/src/lib/libadutils/common/
H A Dadutils_impl.h139 int qsize; /* Size of queries */ member
/titanic_41/usr/src/uts/common/io/
H A Dpckt.c375 if (!canputnext(q) || (qsize(q) > 0)) { in pcktrput()
406 if ((datamsg(mp->b_datap->db_type)) && (qsize(q) > 0)) in pcktrput()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2087 uint32_t qsize; in tavor_wqe_sync() local
2117 qsize = qp->qp_sq_bufsz; in tavor_wqe_sync()
2120 wqe_top = TAVOR_QP_SQ_ENTRY(qp, qsize); in tavor_wqe_sync()
2124 qsize = qp->qp_rq_bufsz; in tavor_wqe_sync()
2127 wqe_top = TAVOR_QP_RQ_ENTRY(qp, qsize); in tavor_wqe_sync()
2131 qsize = srq->srq_wq_bufsz; in tavor_wqe_sync()
2134 wqe_top = TAVOR_SRQ_WQ_ENTRY(srq, qsize); in tavor_wqe_sync()
3162 tavor_wrid_get_list(uint32_t qsize) in tavor_wrid_get_list() argument
3191 wridlist->wl_size = qsize; in tavor_wrid_get_list()
3195 wridlist->wl_wre = (tavor_wrid_entry_t *)kmem_zalloc(qsize * in tavor_wrid_get_list()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.c598 uint_t qsize, uint_t timeout, uint_t stksize, uint_t max_same_xprt) in svc_pool_init() argument
608 if (qsize == 0) in svc_pool_init()
609 qsize = svc_default_qsize; in svc_pool_init()
621 svc_xprt_qinit(pool, qsize); in svc_pool_init()
697 args->qsize, args->timeout, args->stksize, args->max_same_xprt); in svc_pool_create()
891 svc_xprt_qinit(SVCPOOL *pool, size_t qsize) in svc_xprt_qinit() argument
895 pool->p_qsize = qsize; in svc_xprt_qinit()
H A Dsvc.h653 uint32_t qsize; /* `xprt-ready' queue size */ member
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dadutils.c106 int qsize; /* Queue size */ member
223 new_state->qsize = nqueries; in idmap_lookup_batch_start()
604 assert(qid < state->qsize); in idmap_batch_add1()
/titanic_41/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A Dnfs4cbd.c170 cb_svcpool.qsize = 0; in main()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c320 p.qsize = 0; in rdcsrv_create()
/titanic_41/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c436 npa.qsize = 0; in nlmsvcpool()
/titanic_41/usr/src/cmd/auditconfig/
H A Dauditconfig.c2792 int qsize; in print_plugin() local
2802 qsize = atoi(qsize_ptr == NULL ? "-1" : qsize_ptr); in print_plugin()
2821 if (qsize != 0) { in print_plugin()
2822 (void) printf(gettext("\tQueue size: %d %s\n"), qsize, in print_plugin()
2823 qsize == -1 ? "(internal error: value not available)" : ""); in print_plugin()
/titanic_41/usr/src/uts/common/sys/
H A Dstream.h812 extern int qsize(queue_t *);
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2072 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize; in hermon_wqe_headroom() local
2077 qsize = qp->qp_sq_bufsz; in hermon_wqe_headroom()
2082 wqe_top = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, qsize); in hermon_wqe_headroom()
/titanic_41/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c632 npa.qsize = 0; in nfssvcpool()

12