Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c150 list_t nvf_cache_files; variable
221 list_create(&nvf_cache_files, sizeof (nvfd_t), in i_ddi_devices_init()
265 for (nvfdp = list_head(&nvf_cache_files); nvfdp; in i_ddi_start_flush_daemon()
266 nvfdp = list_next(&nvf_cache_files, nvfdp)) { in i_ddi_start_flush_daemon()
299 list_insert_tail(&nvf_cache_files, nvfdp); in nvf_register_file()
1087 for (nvfdp = list_head(&nvf_cache_files); in nvpflush_daemon()
1089 nextfdp = list_next(&nvf_cache_files, nvfdp); in nvpflush_daemon()
1092 list_remove(&nvf_cache_files, nvfdp); in nvpflush_daemon()
1143 list_insert_tail(&nvf_cache_files, in nvpflush_daemon()