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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c83 #define NVF_FLUSH_DELAY 10 /* number of ticks before flush */ macro
306 nvf_thread_id = timeout(nvf_thread, NULL, NVF_FLUSH_DELAY);
308 nvf_thread_ticks = ddi_get_lbolt() + NVF_FLUSH_DELAY;
319 NVF_FLUSH_DELAY);
897 if (nticks > NVF_FLUSH_DELAY) {
901 NVF_FLUSH_DELAY);

Completed in 47 milliseconds