Searched refs:S_TLSMODE (Results 1 – 1 of 1) sorted by relevance
31845 #define S_TLSMODE 16 macro31847 #define V_TLSMODE(x) ((x) << S_TLSMODE)31848 #define G_TLSMODE(x) (((x) >> S_TLSMODE) & M_TLSMODE)