Searched refs:ticksp (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | vfs_cache.c | 249 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) in cache_out_ts() argument 253 (tsp == NULL && ticksp == NULL), in cache_out_ts() 258 if (ticksp != NULL) in cache_out_ts() 259 *ticksp = ((struct namecache_ts *)ncp)->nc_ticks; in cache_out_ts() 469 struct timespec *tsp, int *ticksp) in cache_lookup() argument 495 if (ticksp != NULL) in cache_lookup() 496 *ticksp = ticks; in cache_lookup() 527 cache_out_ts(ncp, tsp, ticksp); in cache_lookup() 578 cache_out_ts(ncp, tsp, ticksp); in cache_lookup() 610 cache_out_ts(ncp, tsp, ticksp); in cache_lookup()
|
| /NextBSD/sys/sys/ |
| HD | vnode.h | 618 struct componentname *cnp, struct timespec *tsp, int *ticksp);
|