Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_stats.h208 #define XFS_STATS_INC(v) (per_cpu(xfsstats, current_cpu()).v++)
209 #define XFS_STATS_DEC(v) (per_cpu(xfsstats, current_cpu()).v--)
210 #define XFS_STATS_ADD(v, inc) (per_cpu(xfsstats, current_cpu()).v += (inc))
Dxfs_linux.h125 #define current_cpu() (raw_smp_processor_id()) macro