Searched refs:nvf_thread_id (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 140 static timeout_id_t nvf_thread_id; /* thread identifier */ variable 164 nvf_thread_id = 0; in nvf_init() 183 (void) untimeout(nvf_thread_id); in nvf_fini() 306 nvf_thread_id = timeout(nvf_thread, NULL, NVF_FLUSH_DELAY); in nvf_update() 317 (void) untimeout(nvf_thread_id); in nvf_update() 318 nvf_thread_id = timeout(nvf_thread, NULL, in nvf_update() 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()
|