Searched refs:cache_lookup (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.c | 280 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 D | vnode.h | 644 int cache_lookup(struct vnode *dvp, struct vnode **vpp,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 1927 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()
|