Searched refs:thread_set (Results 1 - 3 of 3) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_tq.c210 conn->thread_set = ts;
246 if (!conn->thread_set) {
247 pr_err("struct iscsi_conn->thread_set is NULL\n");
250 ts = conn->thread_set;
268 if (!conn->thread_set) {
269 pr_err("struct iscsi_conn->thread_set is NULL\n");
272 ts = conn->thread_set;
284 if (!conn || !conn->thread_set) {
288 ts = conn->thread_set;
338 if (!conn->thread_set)
[all...]
H A Discsi_target_core.h603 /* Pointer to thread_set in use for this conn's threads */
604 struct iscsi_thread_set *thread_set; member in struct:iscsi_conn
H A Discsi_target.c3683 struct iscsi_thread_set *ts = conn->thread_set;
4339 conn->thread_set = NULL;

Completed in 39 milliseconds