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:SOURCE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
gfp-translate
5
SOURCE
=
26
SOURCE
=$2
45
if [ "$
SOURCE
" = "" ]; then
47
SOURCE
=/usr/src/linux
50
SOURCE
=`pwd`
55
if [ ! -r "$
SOURCE
/Makefile" ]; then
66
grep -q ___GFP $
SOURCE
/include/linux/gfp.h
68
grep "^#define ___GFP" $
SOURCE
/include/linux/gfp.h | sed -e 's/u$//' | grep -v GFP_BITS > $TMPFILE
70
grep "^#define __GFP" $
SOURCE
/include/linux/gfp.h | sed -e 's/(__force gfp_t)//' | sed -e 's/u)/)/' | grep -v GFP_BITS | sed -e 's/)\//) \//' > $TMPFILE
76
echo Source: $
SOURCE
[all...]
/kernel/linux/linux-6.6/scripts/
H
A
D
gfp-translate
5
SOURCE
=
26
SOURCE
=$2
45
if [ "$
SOURCE
" = "" ]; then
47
SOURCE
=/usr/src/linux
50
SOURCE
=`pwd`
55
if [ ! -r "$
SOURCE
/Makefile" ]; then
66
grep -q ___GFP $
SOURCE
/include/linux/gfp_types.h
68
grep "^#define ___GFP" $
SOURCE
/include/linux/gfp_types.h | sed -e 's/u$//' | grep -v GFP_BITS > $TMPFILE
70
grep "^#define __GFP" $
SOURCE
/include/linux/gfp_types.h | sed -e 's/(__force gfp_t)//' | sed -e 's/u)/)/' | grep -v GFP_BITS | sed -e 's/)\//) \//' > $TMPFILE
76
echo Source: $
SOURCE
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
amt.sh
7
# There are four network-namespaces, LISTENER,
SOURCE
, GATEWAY, RELAY.
10
# The role of
SOURCE
is to send multicast traffic to listener.
72
# |
SOURCE
netns |
79
readonly
SOURCE
=$(mktemp -u source-XXXXXXXX)
97
ip netns add "${
SOURCE
}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \
105
exit_cleanup "${LISTENER}" "${GATEWAY}" "${RELAY}" "${
SOURCE
}"
110
for ns in "${LISTENER}" "${GATEWAY}" "${RELAY}" "${
SOURCE
}"; do
123
ip link set src_relay netns "${
SOURCE
}" up mtu 1400
147
ip netns exec "${
SOURCE
}" ip a a 172.17.0.2/24 dev src_relay
148
ip netns exec "${
SOURCE
}" i
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v8_0.c
6755
sq_edc_source = REG_GET_FIELD(RREG32(mmSQ_EDC_INFO), SQ_EDC_INFO,
SOURCE
);
in gfx_v8_0_parse_sq_irq()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v8_0.c
6728
sq_edc_source = REG_GET_FIELD(RREG32(mmSQ_EDC_INFO), SQ_EDC_INFO,
SOURCE
);
in gfx_v8_0_parse_sq_irq()
Completed in 16 milliseconds