Searched refs:S_PRIORITY (Results 1 – 1 of 1) sorted by relevance
14820 #define S_PRIORITY 12 macro14822 #define V_PRIORITY(x) ((x) << S_PRIORITY)14823 #define G_PRIORITY(x) (((x) >> S_PRIORITY) & M_PRIORITY)