Searched refs:numcpu (Results 1 – 3 of 3) sorted by relevance
60 numcpu=$(grep -c ^processor /proc/cpuinfo)68 make -j$numcpu mrproper69 make -j$numcpu nconfig70 make -j$numcpu bzImage71 make -j$numcpu modules87 numcpu=$(grep -c ^processor /proc/cpuinfo)101 make -j$numcpu115 numcpu=$(grep -c ^processor /proc/cpuinfo)122 make -j$numcpu
926 int numcpu = sysconf(_SC_NPROCESSORS_ONLN); in VisitCallExpr() local927 if (numcpu <= 0) in VisitCallExpr()928 numcpu = 1; in VisitCallExpr()929 text = to_string(numcpu); in VisitCallExpr()1179 int numcpu = get_possible_cpus().size(); in VisitVarDecl() local1180 if (numcpu <= 0) in VisitVarDecl()1181 numcpu = 1; in VisitVarDecl()1182 table.max_entries = numcpu; in VisitVarDecl()
28 Right now, the best performance trade-off is having numcpu's threads and one