Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c280 cache_lookup(struct mlx5_cache_list *list, void *ctx, bool reuse) in cache_lookup() function
293 return cache_lookup(list, ctx, false); in mlx5_cache_lookup()
305 entry = cache_lookup(list, ctx, true); in mlx5_cache_register()
/f-stack/freebsd/sys/
H A Dvnode.h644 int cache_lookup(struct vnode *dvp, struct vnode **vpp,
/f-stack/freebsd/kern/
H A Dvfs_cache.c1927 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in cache_lookup() function
2867 error = cache_lookup(dvp, vpp, cnp, NULL, NULL); in vfs_cache_lookup()