Home
last modified time | relevance | path

Searched refs:tf_lock (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c244 mutex_enter(&tf->tf_lock); in sctp_conn_match()
277 mutex_exit(&tf->tf_lock); in sctp_conn_match()
293 mutex_enter(&tf->tf_lock); in listen_match()
315 mutex_exit(&tf->tf_lock); in listen_match()
636 mutex_enter(&tf->tf_lock); in sctp_conn_hash_remove()
660 mutex_exit(&tf->tf_lock); in sctp_conn_hash_remove()
684 mutex_exit(&tf->tf_lock); in sctp_conn_hash_insert()
713 mutex_enter(&tf->tf_lock); in sctp_listen_hash_remove()
742 mutex_exit(&tf->tf_lock); in sctp_listen_hash_remove()
754 mutex_enter(&tf->tf_lock); in sctp_listen_hash_insert()
[all …]
H A Dsctp_conn.c515 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()
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()
617 mutex_exit(&tbf->tf_lock); in sctp_connect()
H A Dsctp_bind.c595 mutex_enter(&tbf->tf_lock); 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()
717 mutex_exit(&tbf->tf_lock); in sctp_bindi()
H A Dsctp_addr.c324 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_valid_addr_list()
326 mutex_enter(&sctp->sctp_listen_tfp->tf_lock); in sctp_valid_addr_list()
440 mutex_exit(&sctp->sctp_listen_tfp->tf_lock); in sctp_valid_addr_list()
442 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_valid_addr_list()
448 mutex_exit(&sctp->sctp_listen_tfp->tf_lock); in sctp_valid_addr_list()
450 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_valid_addr_list()
1274 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_del_saddr()
1285 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_del_saddr()
1288 mutex_exit(&sctp->sctp_listen_tfp->tf_lock); in sctp_del_saddr()
1311 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_del_saddr_list()
[all …]
H A Dsctp_common.c837 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_unlink_faddr()
843 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_unlink_faddr()
867 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_zap_faddrs()
883 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_zap_faddrs()
1623 mutex_enter(&tf->tf_lock); in sctp_secure_restart_check()
1632 mutex_exit(&tf->tf_lock); in sctp_secure_restart_check()
1656 mutex_exit(&tf->tf_lock); in sctp_secure_restart_check()
1660 mutex_exit(&tf->tf_lock); in sctp_secure_restart_check()
H A Dsctp_cookie.c1011 mutex_enter(&tf->tf_lock); in sctp_send_cookie_echo()
1013 mutex_exit(&tf->tf_lock); in sctp_send_cookie_echo()
1021 mutex_exit(&tf->tf_lock); in sctp_send_cookie_echo()
H A Dsctp_asconf.c1201 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_addip_req()
1203 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_addip_req()
H A Dsctp_impl.h447 kmutex_t tf_lock; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c83 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()
172 connp->conn_lport)].tf_lock; in tcp_bind_hash_remove()
719 mutex_enter(&tbf->tf_lock); in tcp_bindi()
883 mutex_exit(&tbf->tf_lock); in tcp_bindi()
902 mutex_exit(&tbf->tf_lock); in tcp_bindi()
H A Dtcp.c3461 mutex_enter(&tf->tf_lock); in tcp_acceptor_hash_lookup()
3466 mutex_exit(&tf->tf_lock); in tcp_acceptor_hash_lookup()
3470 mutex_exit(&tf->tf_lock); in tcp_acceptor_hash_lookup()
3490 mutex_enter(&tf->tf_lock); in tcp_acceptor_hash_insert()
3497 tcp->tcp_acceptor_lockp = &tf->tf_lock; /* For tcp_*_hash_remove */ in tcp_acceptor_hash_insert()
3498 mutex_exit(&tf->tf_lock); in tcp_acceptor_hash_insert()
3780 mutex_init(&tcps->tcps_bind_fanout[i].tf_lock, NULL, in tcp_stack_init()
3785 mutex_init(&tcps->tcps_acceptor_fanout[i].tf_lock, NULL, in tcp_stack_init()
3922 mutex_destroy(&tcps->tcps_bind_fanout[i].tf_lock); in tcp_stack_fini()
3927 mutex_destroy(&tcps->tcps_acceptor_fanout[i].tf_lock); in tcp_stack_fini()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c181 lp = &thread_free_lock[i].tf_lock; in thread_init()
689 lp = &thread_free_lock[THREAD_FREE_HASH(t)].tf_lock; in thread_free_prevent()
698 lp = &thread_free_lock[THREAD_FREE_HASH(t)].tf_lock; in thread_free_allow()
707 lp = &thread_free_lock[THREAD_FREE_HASH(t)].tf_lock; in thread_free_barrier()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h535 kmutex_t tf_lock; member
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h569 kmutex_t tf_lock; member