Searched refs:context_cmp (Results 1 – 2 of 2) sorted by relevance
170 if (context_cmp(&cur->context, context)) { in sidtab_search_context()189 if (context_cmp(&node->context, context)) { in sidtab_search_cache()
150 static inline int context_cmp(struct context *c1, struct context *c2) in context_cmp() function