Searched refs:file_cache_ksp (Results 1 – 1 of 1) sorted by relevance
78 static kstat_t *file_cache_ksp; variable334 file_cache_ksp = safe_kstat_lookup(kc, "unix", 0, "file_cache"); in all_stat_init()340 safe_kstat_read(kc, file_cache_ksp, NULL); in all_stat_init()341 file_avail_knp = safe_kstat_data_lookup(file_cache_ksp, "buf_avail"); in all_stat_init()342 file_total_knp = safe_kstat_data_lookup(file_cache_ksp, "buf_total"); in all_stat_init()426 safe_kstat_read(kc, file_cache_ksp, NULL); in all_stat_load()