Searched refs:TC_U32_HTID (Results 1 – 3 of 3) sorted by relevance
138 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
303 if (TC_U32_HTID(handle) == TC_U32_ROOT) in u32_get()306 ht = u32_lookup_ht(tp_c, TC_U32_HTID(handle)); in u32_get()802 if (TC_U32_HTID(n->handle) == TC_U32_ROOT) in u32_replace_knode()805 ht = u32_lookup_ht(tp_c, TC_U32_HTID(n->handle)); in u32_replace_knode()1016 if (TC_U32_HTID(htid) == TC_U32_ROOT) { in u32_change()1020 ht = u32_lookup_ht(tp->data, TC_U32_HTID(htid)); in u32_change()1059 if (TC_U32_HTID(handle) && TC_U32_HTID(handle ^ htid)) { in u32_change()
214 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro215 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)