Searched refs:nvf_thread (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 149 static void nvf_thread(void *arg); 306 nvf_thread_id = timeout(nvf_thread, NULL, NVF_FLUSH_DELAY); in nvf_update() 318 nvf_thread_id = timeout(nvf_thread, NULL, in nvf_update() 842 nvf_thread(void *arg) in nvf_thread() function 856 nvf_thread_id = timeout(nvf_thread, NULL, nticks); in nvf_thread() 898 nvf_thread_id = timeout(nvf_thread, NULL, nticks); in nvf_thread() 900 nvf_thread_id = timeout(nvf_thread, NULL, in nvf_thread()
|