Searched refs:S_DROP_WT (Results 1 – 1 of 1) sorted by relevance
34848 #define S_DROP_WT 27 macro34850 #define V_DROP_WT(x) ((x) << S_DROP_WT)34851 #define G_DROP_WT(x) (((x) >> S_DROP_WT) & M_DROP_WT)