Searched refs:S_EGRTHRESHOLD (Results 1 – 1 of 1) sorted by relevance
1433 #define S_EGRTHRESHOLD 8 macro1435 #define V_EGRTHRESHOLD(x) ((x) << S_EGRTHRESHOLD)1436 #define G_EGRTHRESHOLD(x) (((x) >> S_EGRTHRESHOLD) & M_EGRTHRESHOLD)