Searched refs:esi_scn_thr_id (Results 1 – 1 of 1) sorted by relevance
88 static iscsi_thread_t *esi_scn_thr_id = NULL; variable218 esi_scn_thr_id = NULL; in isns_client_init()635 if (esi_scn_thr_id == NULL) { in create_esi_scn_thr()648 esi_scn_thr_id = NULL; in create_esi_scn_thr()662 esi_scn_thr_id = iscsi_thread_create(NULL, in create_esi_scn_thr()664 if (esi_scn_thr_id == NULL) { in create_esi_scn_thr()674 rval = iscsi_thread_start(esi_scn_thr_id); in create_esi_scn_thr()676 iscsi_thread_destroy(esi_scn_thr_id); in create_esi_scn_thr()677 esi_scn_thr_id = NULL; in create_esi_scn_thr()686 (void) iscsi_thread_send_wakeup(esi_scn_thr_id); in create_esi_scn_thr()[all …]