Searched refs:S_LOCKMABASE (Results 1 – 1 of 1) sorted by relevance
57718 #define S_LOCKMABASE 4 macro57720 #define V_LOCKMABASE(x) ((x) << S_LOCKMABASE)57721 #define G_LOCKMABASE(x) (((x) >> S_LOCKMABASE) & M_LOCKMABASE)