Searched refs:cpu_count (Results 1 – 1 of 1) sorted by relevance
1348 int cpu_count = android_getCpuCount(); in stage2_launcher() local1349 for (int cpu = 0; cpu < cpu_count; cpu++) { in stage2_launcher()1407 int cpu_count = android_getCpuCount(); in clean_slab() local1408 for (int i = 0; i < cpu_count; i++) { in clean_slab()