Searched refs:sorted_instances (Results 1 – 1 of 1) sorted by relevance
548 struct func_instance *instance, **sorted_instances; in print_instances() local555 sorted_instances = kvmalloc_objs(*sorted_instances, cnt, GFP_KERNEL_ACCOUNT); in print_instances()556 if (!sorted_instances) in print_instances()560 sorted_instances[cnt++] = instance; in print_instances()561 sort(sorted_instances, cnt, sizeof(*sorted_instances), cmp_instances, NULL); in print_instances()563 print_instance(env, sorted_instances[i]); in print_instances()564 kvfree(sorted_instances); in print_instances()