Home
last modified time | relevance | path

Searched refs:ic_tx_thread_running (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_so.h67 boolean_t ic_tx_thread_running; member
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c1177 so_conn->ic_tx_thread_running = B_FALSE; in idm_so_conn_disconnect()
2244 if (so_conn->ic_tx_thread_running) { in idm_sorx_thread()
2245 so_conn->ic_tx_thread_running = B_FALSE; in idm_sorx_thread()
2276 if (!so_conn->ic_tx_thread_running) { in idm_so_tx()
2456 if (!so_conn->ic_tx_thread_running) { in idm_so_buf_tx_to_ini()
2653 if (!so_conn->ic_tx_thread_running) { in idm_so_send_rtt_data()
2893 so_conn->ic_tx_thread_running = B_TRUE; in idm_sotx_thread()
2900 while (so_conn->ic_tx_thread_running) { in idm_sotx_thread()
2906 if (!so_conn->ic_tx_thread_running) { in idm_sotx_thread()
2973 so_conn->ic_tx_thread_running = B_FALSE; in idm_sotx_thread()