Home
last modified time | relevance | path

Searched refs:tbf (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c357 sctp_tf_t *tbf; in sctp_connect() local
513 tbf = &sctps->sctps_conn_fanout[SCTP_CONN_HASH(sctps, in sctp_connect()
515 mutex_enter(&tbf->tf_lock); in sctp_connect()
520 mutex_exit(&tbf->tf_lock); in sctp_connect()
532 mutex_exit(&tbf->tf_lock); in sctp_connect()
541 mutex_exit(&tbf->tf_lock); in sctp_connect()
549 sctp_conn_hash_insert(tbf, sctp, 1); in sctp_connect()
550 mutex_exit(&tbf->tf_lock); in sctp_connect()
597 mutex_enter(&tbf->tf_lock); in sctp_connect()
600 mutex_exit(&tbf->tf_lock); in sctp_connect()
[all …]
H A Dsctp_bind.c575 sctp_tf_t *tbf; in sctp_bindi() local
594 tbf = &sctps->sctps_bind_fanout[SCTP_BIND_HASH(port)]; in sctp_bindi()
595 mutex_enter(&tbf->tf_lock); in sctp_bindi()
596 for (lsctp = tbf->tf_sctp; lsctp != NULL; in sctp_bindi()
637 mutex_exit(&tbf->tf_lock); in sctp_bindi()
672 mutex_exit(&tbf->tf_lock); in sctp_bindi()
680 mutex_exit(&tbf->tf_lock); in sctp_bindi()
699 mutex_exit(&tbf->tf_lock); in sctp_bindi()
714 SCTP_BIND_HASH(port)] == tbf); in sctp_bindi()
715 sctp_bind_hash_insert(tbf, sctp, 1); in sctp_bindi()
[all …]
H A Dsctp_hash.c786 sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock) in sctp_bind_hash_insert() argument
795 sctpp = &tbf->tf_sctp; in sctp_bind_hash_insert()
797 mutex_enter(&tbf->tf_lock); in sctp_bind_hash_insert()
799 ASSERT(MUTEX_HELD(&tbf->tf_lock)); in sctp_bind_hash_insert()
809 sctp->sctp_bind_lockp = &tbf->tf_lock; in sctp_bind_hash_insert()
811 mutex_exit(&tbf->tf_lock); in sctp_bind_hash_insert()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c81 tcpp = &tbf->tf_tcp; in tcp_bind_hash_insert()
83 mutex_enter(&tbf->tf_lock); in tcp_bind_hash_insert()
85 ASSERT(MUTEX_HELD(&tbf->tf_lock)); in tcp_bind_hash_insert()
149 mutex_exit(&tbf->tf_lock); in tcp_bind_hash_insert()
700 tf_t *tbf; in tcp_bindi() local
719 mutex_enter(&tbf->tf_lock); in tcp_bindi()
720 for (ltcp = tbf->tf_tcp; ltcp != NULL; in tcp_bindi()
883 mutex_exit(&tbf->tf_lock); in tcp_bindi()
899 connp->conn_lport)] == tbf); in tcp_bindi()
900 tcp_bind_hash_insert(tbf, tcp, 1); in tcp_bindi()
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c43 static char *tbf = NULL; variable
168 if (tbf != NULL) in newtapebuf()
169 free(tbf); in newtapebuf()
171 if (tbf == NULL) { in newtapebuf()
434 if (tbf == NULL) { in getvol()
495 tbf, i+1); in getvol()
509 newvol = atoi(tbf); in getvol()
547 if (tbf[0] != '\n') { in getvol()
1470 if (tbf == NULL) { in readtape()
1636 if (tbf == NULL) { in findtapeblksize()
[all …]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h173 struct tbf *v_tbf; /* Token bkt structure at intf. */
283 struct tbf { struct
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c468 struct ath_buf *tbf; in arn_rx_handler() local
478 tbf = list_object(&sc->sc_rxbuf_list, in arn_rx_handler()
492 tds = tbf->bf_desc; in arn_rx_handler()
493 status = ath9k_hw_rxprocdesc(ah, tds, tbf->bf_daddr, in arn_rx_handler()
H A Darn_xmit.c334 struct ath_buf *tbf; in arn_clone_txbuf() local
339 tbf = list_head(&sc->sc_txbuf_list); in arn_clone_txbuf()
340 list_remove(&sc->sc_txbuf_list, tbf); in arn_clone_txbuf()
343 ATH_TXBUF_RESET(tbf); in arn_clone_txbuf()
346 tbf->bf_dma = bf->bf_dma; /* dma area for buf */ in arn_clone_txbuf()
348 tbf->bf_state = bf->bf_state; /* buffer state */ in arn_clone_txbuf()
350 return (tbf); in arn_clone_txbuf()
464 struct ath_buf *tbf; in arn_tx_complete_aggr() local
466 tbf = arn_clone_txbuf(sc, bf_last); in arn_tx_complete_aggr()
467 ath9k_hw_cleartxdesc(sc->sc_ah, tbf->bf_desc); in arn_tx_complete_aggr()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c599 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP); in ip_mrouter_stack_init()
777 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS); in ip_mrouter_stack_destroy()
844 struct tbf *v_tbf = ipst->ips_tbfs + vifcp->vifc_vifi; in add_vif()
1044 struct tbf *t = vifp->v_tbf; in del_vifp()
2834 struct tbf *t = vifp->v_tbf; in tbf_control()
2940 struct tbf *t = vifp->v_tbf; in tbf_queue()
2975 struct tbf *t = vifp->v_tbf; in tbf_process_q()
3055 struct tbf *t = vifp->v_tbf; in tbf_dq_sel()
3208 struct tbf *t = vifp->v_tbf; in tbf_update_tokens()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h343 struct tbf *ips_tbfs;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c272 sa_layout_equal(sa_lot_t *tbf, sa_attr_type_t *attrs, int count) in sa_layout_equal() argument
276 if (count != tbf->lot_attr_count) in sa_layout_equal()
280 if (attrs[i] != tbf->lot_attrs[i]) in sa_layout_equal()