| 412 | static u_int __read_mostly ncvnodehash; |
| 413 | static struct mtx __read_mostly *vnodelocks; |
| 414 | static inline struct mtx * |
| 415 | VP2VNODELOCK(struct vnode *vp) |
| 416 | { |
| 417 | |
| 418 | return (&vnodelocks[(((uintptr_t)(vp) >> 8) & ncvnodehash)]); |
| 419 | } |
| 420 | |
| 421 | static void |
| 422 | cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) |
no outgoing calls
no test coverage detected