Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c4275 static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
4910 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_final_modifying()
5287 if (__predict_false(cache_fplookup_is_mp(fpl))) { in cache_fplookup_noentry()
5328 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_dot()
5627 if (cache_fplookup_is_mp(fpl)) { in cache_fplookup_next()
5775 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp() function