Searched refs:S_DROP_WT (Results 1 – 1 of 1) sorted by relevance
34844 #define S_DROP_WT 27 macro34846 #define V_DROP_WT(x) ((x) << S_DROP_WT)34847 #define G_DROP_WT(x) (((x) >> S_DROP_WT) & M_DROP_WT)