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:mpid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
H
A
D
test_execve.c
32
static pid_t
mpid
; /* main() pid is used to avoid duplicate test counts */
variable
195
/* don't print this message for
mpid
*/
in fork_wait()
196
if (getpid() !=
mpid
)
in fork_wait()
443
mpid
= getpid();
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/
H
A
D
test_execve.c
32
static pid_t
mpid
; /* main() pid is used to avoid duplicate test counts */
variable
195
/* don't print this message for
mpid
*/
in fork_wait()
196
if (getpid() !=
mpid
)
in fork_wait()
443
mpid
= getpid();
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
fib_nexthops.sh
317
mpid
=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
319
echo "$
mpid
$tmpfile"
324
local
mpid
=$1
329
kill $
mpid
H
A
D
rtnetlink.sh
655
mpid
=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
707
kill $
mpid
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
lib.sh
1687
mpid
=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689
echo "$
mpid
$tmpfile"
1694
local
mpid
=$1; shift
1700
kill $
mpid
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H
A
D
net_forwarding_lib.sh
1687
mpid
=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689
echo "$
mpid
$tmpfile"
1694
local
mpid
=$1; shift
1700
kill $
mpid
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H
A
D
lib.sh
1687
mpid
=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689
echo "$
mpid
$tmpfile"
1694
local
mpid
=$1; shift
1700
kill $
mpid
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H
A
D
net_forwarding_lib.sh
1687
mpid
=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689
echo "$
mpid
$tmpfile"
1694
local
mpid
=$1; shift
1700
kill $
mpid
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
fib_nexthops.sh
402
mpid
=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
404
echo "$
mpid
$tmpfile"
409
local
mpid
=$1
414
kill $
mpid
H
A
D
rtnetlink.sh
763
mpid
=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
815
kill $
mpid
Completed in 14 milliseconds