Searched refs:hits (Results 1 – 2 of 2) sorted by relevance
65 int hits = 0; in chroot_fs_refs() local67 hits += replace_path(&fs->root, old_root, new_root); in chroot_fs_refs()68 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs()69 while (hits--) { in chroot_fs_refs()
1345 unsigned long hits = 0, acquisitions = 0; in nfsd_file_cache_stats_show() local1367 hits += per_cpu(nfsd_file_cache_hits, i); in nfsd_file_cache_stats_show()1378 seq_printf(m, "cache hits: %lu\n", hits); in nfsd_file_cache_stats_show()
Completed in 8 milliseconds