Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c2715 CACHEFS_TIME_TO_CFS_TIME_COPY(cachep->c_gc_time, in cachefs_stats_kstat_snapshot()
2717 CACHEFS_TIME_TO_CFS_TIME_COPY(cachep->c_gc_before, in cachefs_stats_kstat_snapshot()
2719 CACHEFS_TIME_TO_CFS_TIME_COPY(cachep->c_gc_after, in cachefs_stats_kstat_snapshot()
H A Dcachefs_resource.c808 CACHEFS_TIME_TO_CFS_TIME_COPY(cachep->c_gc_after, in cachefs_garbage_collect()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h359 #define CACHEFS_TIME_TO_CFS_TIME_COPY(in_tval, out_tval, error) \ macro