Searched refs:func2 (Results 1 – 2 of 2) sorted by relevance
357 struct func_node *func, *func2; in cfg_destroy() local359 list_for_each_entry_safe(func, func2, &cfg->funcs, l) { in cfg_destroy()
1200 static bool profile_equal(long func1, long func2, void *ctx __maybe_unused) in profile_equal() argument1202 return !strcmp((char *)func1, (char *)func2); in profile_equal()
Completed in 8 milliseconds