Searched refs:CACHEFS_TIME_TO_CFS_TIME_COPY (Results 1 – 3 of 3) sorted by relevance
2715 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()
808 CACHEFS_TIME_TO_CFS_TIME_COPY(cachep->c_gc_after, in cachefs_garbage_collect()
359 #define CACHEFS_TIME_TO_CFS_TIME_COPY(in_tval, out_tval, error) \ macro