Searched refs:ticksp (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/kern/ |
| HD | vfs_cache.c | 250 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) in cache_out_ts() argument 254 (tsp == NULL && ticksp == NULL), in cache_out_ts() 259 if (ticksp != NULL) in cache_out_ts() 260 *ticksp = ((struct namecache_ts *)ncp)->nc_ticks; in cache_out_ts() 472 cache_lookup(dvp, vpp, cnp, tsp, ticksp) in cache_lookup() argument 477 int *ticksp; 504 if (ticksp != NULL) 505 *ticksp = ticks; 536 cache_out_ts(ncp, tsp, ticksp); 587 cache_out_ts(ncp, tsp, ticksp); [all …]
|
| /trueos/sys/sys/ |
| HD | vnode.h | 609 struct componentname *cnp, struct timespec *tsp, int *ticksp);
|