| 395 | } |
| 396 | |
| 397 | static inline struct negstate * |
| 398 | NCP2NEGSTATE(struct namecache *ncp) |
| 399 | { |
| 400 | |
| 401 | MPASS(atomic_load_char(&ncp->nc_flag) & NCF_NEGATIVE); |
| 402 | return (&ncp->nc_neg); |
| 403 | } |
| 404 | |
| 405 | #define numbucketlocks (ncbuckethash + 1) |
| 406 | static u_int __read_mostly ncbuckethash; |
no outgoing calls
no test coverage detected