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:min_scope
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas.h
422
enum vas_notify_scope
min_scope
;
member
H
A
D
vas-window.c
476
val = SET_FIELD(VAS_LNOTIFY_MIN_SCOPE, val, winctx->
min_scope
);
in init_winctx_regs()
750
winctx->
min_scope
= VAS_SCOPE_LOCAL;
in init_winctx_for_rxwin()
959
winctx->
min_scope
= VAS_SCOPE_LOCAL;
in init_winctx_for_txwin()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas.h
415
enum vas_notify_scope
min_scope
;
member
H
A
D
vas-window.c
477
val = SET_FIELD(VAS_LNOTIFY_MIN_SCOPE, val, winctx->
min_scope
);
in init_winctx_regs()
752
winctx->
min_scope
= VAS_SCOPE_LOCAL;
in init_winctx_for_rxwin()
961
winctx->
min_scope
= VAS_SCOPE_LOCAL;
in init_winctx_for_txwin()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
devinet.c
1383
unsigned char
min_scope
= min(ifa->ifa_scope, localnet_scope);
in confirm_addr_indev()
local
1387
min_scope
<= scope) {
in confirm_addr_indev()
1402
if (
min_scope
<= scope) {
in confirm_addr_indev()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
devinet.c
1407
unsigned char
min_scope
= min(ifa->ifa_scope, localnet_scope);
in confirm_addr_indev()
local
1411
min_scope
<= scope) {
in confirm_addr_indev()
1426
if (
min_scope
<= scope) {
in confirm_addr_indev()
Completed in 13 milliseconds