Searched refs:caller_holds_lock (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 673 sctp_conn_hash_insert(sctp_tf_t *tf, sctp_t *sctp, int caller_holds_lock) in sctp_conn_hash_insert() argument 679 if (!caller_holds_lock) { in sctp_conn_hash_insert() 692 if (!caller_holds_lock) { in sctp_conn_hash_insert() 795 sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock) in sctp_bind_hash_insert() argument 801 ASSERT(!caller_holds_lock); in sctp_bind_hash_insert() 805 if (!caller_holds_lock) { in sctp_bind_hash_insert() 819 if (!caller_holds_lock) in sctp_bind_hash_insert()
|
H A D | sctp_common.c | 849 sctp_zap_faddrs(sctp_t *sctp, int caller_holds_lock) in sctp_zap_faddrs() argument 865 if (sctp->sctp_conn_tfp != NULL && !caller_holds_lock) { in sctp_zap_faddrs() 882 if (sctp->sctp_conn_tfp != NULL && !caller_holds_lock) { in sctp_zap_faddrs()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 70 tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock) in tcp_bind_hash_insert() argument 79 ASSERT(!caller_holds_lock); in tcp_bind_hash_insert() 83 if (!caller_holds_lock) { in tcp_bind_hash_insert() 149 if (!caller_holds_lock) in tcp_bind_hash_insert()
|
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 128 static void udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock); 472 udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock) in udp_bind_hash_remove() argument 487 if (!caller_holds_lock) { in udp_bind_hash_remove() 502 if (!caller_holds_lock) { in udp_bind_hash_remove()
|