Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c151 list_t nvf_dirty_files; variable
223 list_create(&nvf_dirty_files, sizeof (nvfd_t), in i_ddi_devices_init()
1093 list_insert_tail(&nvf_dirty_files, nvfdp); in nvpflush_daemon()
1107 for (nvfdp = list_head(&nvf_dirty_files); in nvpflush_daemon()
1109 nextfdp = list_next(&nvf_dirty_files, nvfdp); in nvpflush_daemon()
1142 list_remove(&nvf_dirty_files, nvfdp); in nvpflush_daemon()