Home
last modified time | relevance | path

Searched refs:nvpflush_id (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c191 static timeout_id_t nvpflush_id = 0; variable
905 nvpflush_id = timeout(nvpflush_timeout, NULL, nticks); in nvpflush_timeout()
910 nvpflush_id = 0; in nvpflush_timeout()
949 nvpflush_id = timeout(nvpflush_timeout, NULL, nticks + 4); in nvf_wake_daemon()