Searched refs:S_EGRTHRESHOLD (Results 1 – 1 of 1) sorted by relevance
1391 #define S_EGRTHRESHOLD 8 macro1393 #define V_EGRTHRESHOLD(x) ((x) << S_EGRTHRESHOLD)1394 #define G_EGRTHRESHOLD(x) (((x) >> S_EGRTHRESHOLD) & M_EGRTHRESHOLD)