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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c149 static void nvf_thread(void *arg);
306 nvf_thread_id = timeout(nvf_thread, NULL, NVF_FLUSH_DELAY);
318 nvf_thread_id = timeout(nvf_thread, NULL,
837 * nvf_thread - determines when writing of NVLIST/NVPAIR data to a file
842 nvf_thread(void *arg) function
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 59 milliseconds