Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c611 struct namecache_ts *ncp_ts; in cache_out_ts() local
620 ncp_ts = __containerof(ncp, struct namecache_ts, nc_nc); in cache_out_ts()
621 *tsp = ncp_ts->nc_time; in cache_out_ts()
622 *ticksp = ncp_ts->nc_ticks; in cache_out_ts()
786 struct namecache_ts *ncp_ts; in cache_alloc_uma() local
791 ncp_ts = uma_zalloc_smr(cache_zone_small_ts, M_WAITOK); in cache_alloc_uma()
793 ncp_ts = uma_zalloc_smr(cache_zone_large_ts, M_WAITOK); in cache_alloc_uma()
794 ncp = &ncp_ts->nc_nc; in cache_alloc_uma()
807 struct namecache_ts *ncp_ts; in cache_free_uma() local
810 ncp_ts = __containerof(ncp, struct namecache_ts, nc_nc); in cache_free_uma()
[all …]