Searched refs:TC_U32_HTID (Results 1 – 3 of 3) sorted by relevance
171 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro172 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
177 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro178 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
86 __u32 htid = TC_U32_HTID(handle); in sprint_u32_handle()