Searched refs:HCALL_STAT_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
27 #define HCALL_STAT_ARRAY_SIZE ((MAX_HCALL_OPCODE >> 2) + 1) macro29 static DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);36 if ((int)*pos < (HCALL_STAT_ARRAY_SIZE-1)) in hc_start()
Completed in 3 milliseconds