Searched defs:nvf_thread_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c140 static timeout_id_t nvf_thread_id; /* thread identifier */ variable
164 nvf_thread_id = 0;
183 (void) untimeout(nvf_thread_id);
306 nvf_thread_id = timeout(nvf_thread, NULL, NVF_FLUSH_DELAY);
317 (void) untimeout(nvf_thread_id);
318 nvf_thread_id = timeout(nvf_thread, NULL,
856 nvf_thread_id = timeout(nvf_thread, NULL, nticks);
898 nvf_thread_id = timeout(nvf_thread, NULL, nticks);
900 nvf_thread_id = timeout(nvf_thread, NULL,

Completed in 47 milliseconds