Searched refs:S_DROP_WT (Results 1 – 1 of 1) sorted by relevance
16345 #define S_DROP_WT 27 macro16347 #define V_DROP_WT(x) ((x) << S_DROP_WT)16348 #define G_DROP_WT(x) (((x) >> S_DROP_WT) & M_DROP_WT)