Searched refs:NPROC (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/scripts/
H A Dcoccicheck23 NPROC=$(getconf _NPROCESSORS_ONLN)
25 NPROC="$J"
88 echo "Running ($NPROC in parallel): $@"
90 for i in $(seq 0 $(( NPROC - 1)) ); do
91 eval "$@ --max $NPROC --index $i &"
101 for i in $(seq $(( NPROC - 1 )) ); do
/linux-4.1.27/kernel/
H A Dsys.c430 * We don't fail in case of NPROC limit excess here because too many set_user()
432 * it never fails if called by root. We may still enforce NPROC limit set_user()
/linux-4.1.27/fs/
H A Dexec.c1496 * whether NPROC limit is still exceeded. do_execveat_common()
/linux-4.1.27/tools/perf/
H A Dbuiltin-trace.c574 "CPU", "FSIZE", "DATA", "STACK", "CORE", "RSS", "NPROC", "NOFILE",

Completed in 178 milliseconds