Searched refs:caller_holds_lock (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdssubr.c | 207 rds_bind_hash_remove(rds_t *rds, boolean_t caller_holds_lock) in rds_bind_hash_remove() argument 220 if (!caller_holds_lock) { in rds_bind_hash_remove() 239 if (!caller_holds_lock) { in rds_bind_hash_remove()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 664 sctp_conn_hash_insert(sctp_tf_t *tf, sctp_t *sctp, int caller_holds_lock) in sctp_conn_hash_insert() argument 670 if (!caller_holds_lock) { in sctp_conn_hash_insert() 683 if (!caller_holds_lock) { in sctp_conn_hash_insert() 786 sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock) in sctp_bind_hash_insert() argument 792 ASSERT(!caller_holds_lock); in sctp_bind_hash_insert() 796 if (!caller_holds_lock) { in sctp_bind_hash_insert() 810 if (!caller_holds_lock) in sctp_bind_hash_insert()
|
H A D | sctp_common.c | 847 sctp_zap_faddrs(sctp_t *sctp, int caller_holds_lock) in sctp_zap_faddrs() argument 863 if (sctp->sctp_conn_tfp != NULL && !caller_holds_lock) { in sctp_zap_faddrs() 880 if (sctp->sctp_conn_tfp != NULL && !caller_holds_lock) { in sctp_zap_faddrs()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 68 tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock) in tcp_bind_hash_insert() argument 77 ASSERT(!caller_holds_lock); in tcp_bind_hash_insert() 81 if (!caller_holds_lock) { in tcp_bind_hash_insert() 147 if (!caller_holds_lock) in tcp_bind_hash_insert()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vnet_txdring.c | 70 boolean_t caller_holds_lock); 1664 boolean_t caller_holds_lock) in vgen_sendmsg() argument 1679 if (!caller_holds_lock) { in vgen_sendmsg() 1706 if (!caller_holds_lock) { in vgen_sendmsg()
|
H A D | vnet_gen.c | 214 boolean_t caller_holds_lock);
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 124 static void udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock); 389 udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock) in udp_bind_hash_remove() argument 404 if (!caller_holds_lock) { in udp_bind_hash_remove() 419 if (!caller_holds_lock) { in udp_bind_hash_remove()
|