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