Searched refs:NELEMENTS (Results 1 – 2 of 2) sorted by relevance
49 #define NELEMENTS 64 macro60 struct tce_stats stats1[NELEMENTS], stats2[NELEMENTS]; in cdnr_stat_loop()61 char cdnrnames[NELEMENTS][128]; in cdnr_stat_loop()81 for (i = 0; i < NELEMENTS; i++) in cdnr_stat_loop()86 get_stats.nelements = NELEMENTS; in cdnr_stat_loop()
10 #ifndef NELEMENTS11 #define NELEMENTS(a) (sizeof(a) / sizeof(a[0])) macro