Searched defs:imstuckcount (Results 1 - 1 of 1) sorted by relevance

/arch/mips/kernel/
H A Dsmtc.c177 static int imstuckcount[2][8]; variable
1233 imstuckcount[vpe][im] = 0;
1264 imstuckcount[vpe][bit]++;
1266 imstuckcount[vpe][bit] = 0;
1267 if (imstuckcount[vpe][bit] > IM_LIMIT) {
1270 imstuckcount[vpe][bit] = 0;

Completed in 67 milliseconds