Home
last modified time | relevance | path

Searched refs:equal_list (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/scripts/genksyms/
H A Dgenksyms.c55 static int equal_list(struct string_list *a, struct string_list *b);
236 } else if (sym->type == type && equal_list(sym->defn, defn)) { in __add_symbol()
385 static int equal_list(struct string_list *a, struct string_list *b) in equal_list() function