Searched refs:S_SHR_USED (Results 1 – 1 of 1) sorted by relevance
24646 #define S_SHR_USED 0 macro24648 #define V_SHR_USED(x) ((x) << S_SHR_USED)24649 #define G_SHR_USED(x) (((x) >> S_SHR_USED) & M_SHR_USED)