Home
last modified time | relevance | path

Searched refs:ticksp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDvfs_cache.c249 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/
HDvnode.h618 struct componentname *cnp, struct timespec *tsp, int *ticksp);