Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NPROC
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
coccicheck
69
NPROC
=1
81
NPROC
=$(getconf _NPROCESSORS_ONLN)
82
if [ $THREADS_PER_CORE -gt 1 -a $
NPROC
-gt 4 ] ; then
83
NPROC
=$((
NPROC
/2))
86
NPROC
="$J"
98
elif [ "$
NPROC
" != "1" ]; then
101
OPTIONS="$OPTIONS --jobs $
NPROC
--chunksize 1"
132
echo "Running ($
NPROC
in parallel): $@"
152
echo "Running ($
NPROC
i
[all...]
/kernel/linux/linux-6.6/scripts/
H
A
D
coccicheck
80
NPROC
=1
92
NPROC
=$(getconf _NPROCESSORS_ONLN)
93
if [ $THREADS_PER_CORE -gt 1 -a $
NPROC
-gt 4 ] ; then
94
NPROC
=$((
NPROC
/2))
97
NPROC
="$J"
109
elif [ "$
NPROC
" != "1" ]; then
112
OPTIONS="$OPTIONS --jobs $
NPROC
--chunksize 1"
143
echo "Running ($
NPROC
in parallel): $@"
163
echo "Running ($
NPROC
i
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H
A
D
netns.sh
30
NPROC
=( /sys/devices/system/cpu/cpu+([0-9]) );
NPROC
=${#
NPROC
[@]}
149
for ((i=0; i <
NPROC
; ++i)) do
153
for ((i=0; i <
NPROC
; ++i)) do
Completed in 2 milliseconds