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:n_aliases
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
cache.c
64
if (boot_cpu_data.dcache.
n_aliases
&& page_mapcount(page) &&
in copy_to_user_page()
71
if (boot_cpu_data.dcache.
n_aliases
)
in copy_to_user_page()
83
if (boot_cpu_data.dcache.
n_aliases
&& page_mapcount(page) &&
in copy_from_user_page()
90
if (boot_cpu_data.dcache.
n_aliases
)
in copy_from_user_page()
102
if (boot_cpu_data.dcache.
n_aliases
&& page_mapcount(from) &&
in copy_user_highpage()
142
if (!boot_cpu_data.dcache.
n_aliases
)
in __update_cache()
158
if (boot_cpu_data.dcache.
n_aliases
&& page_mapcount(page) &&
in __flush_anon_page()
179
if (boot_cpu_data.dcache.
n_aliases
== 0)
in flush_cache_mm()
187
if (boot_cpu_data.dcache.
n_aliases
== 0)
in flush_cache_dup_mm()
254
c->
n_aliases
in compute_alias()
[all...]
H
A
D
cache-shx3.c
27
if (boot_cpu_data.dcache.
n_aliases
|| boot_cpu_data.icache.
n_aliases
) {
in shx3_cache_init()
30
boot_cpu_data.icache.
n_aliases
= 0;
in shx3_cache_init()
31
boot_cpu_data.dcache.
n_aliases
= 0;
in shx3_cache_init()
H
A
D
cache-sh4.c
76
n = boot_cpu_data.icache.
n_aliases
;
in sh4_flush_icache_range()
237
map_coherent = (current_cpu_data.dcache.
n_aliases
&&
in sh4_flush_cache_page()
288
if (boot_cpu_data.dcache.
n_aliases
== 0)
in sh4_flush_cache_range()
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
cache.c
66
if (boot_cpu_data.dcache.
n_aliases
&& folio_mapped(folio) &&
in copy_to_user_page()
73
if (boot_cpu_data.dcache.
n_aliases
)
in copy_to_user_page()
87
if (boot_cpu_data.dcache.
n_aliases
&& page_mapcount(page) &&
in copy_from_user_page()
94
if (boot_cpu_data.dcache.
n_aliases
)
in copy_from_user_page()
107
if (boot_cpu_data.dcache.
n_aliases
&& folio_mapped(src) &&
in copy_user_highpage()
146
if (!boot_cpu_data.dcache.
n_aliases
)
in __update_cache()
164
if (boot_cpu_data.dcache.
n_aliases
&& folio_mapped(folio) &&
in __flush_anon_page()
186
if (boot_cpu_data.dcache.
n_aliases
== 0)
in flush_cache_mm()
194
if (boot_cpu_data.dcache.
n_aliases
== 0)
in flush_cache_dup_mm()
262
c->
n_aliases
in compute_alias()
[all...]
H
A
D
cache-shx3.c
27
if (boot_cpu_data.dcache.
n_aliases
|| boot_cpu_data.icache.
n_aliases
) {
in shx3_cache_init()
30
boot_cpu_data.icache.
n_aliases
= 0;
in shx3_cache_init()
31
boot_cpu_data.dcache.
n_aliases
= 0;
in shx3_cache_init()
H
A
D
cache-sh4.c
77
n = boot_cpu_data.icache.
n_aliases
;
in sh4_flush_icache_range()
248
map_coherent = (current_cpu_data.dcache.
n_aliases
&&
in sh4_flush_cache_page()
299
if (boot_cpu_data.dcache.
n_aliases
== 0)
in sh4_flush_cache_range()
/kernel/liteos_a/testsuites/unittest/net/netdb/full/
H
A
D
net_netdb_test_020.cpp
58
ICUNIT_ASSERT_EQUAL(se1->
n_aliases
[0], nullptr, -1);
in GetNetEntTest()
79
ICUNIT_ASSERT_STRING_EQUAL(se1->
n_aliases
[0], "network", -1);
in GetNetEntTest()
80
ICUNIT_ASSERT_STRING_EQUAL(se1->
n_aliases
[1], "example-network", -1);
in GetNetEntTest()
81
ICUNIT_ASSERT_EQUAL(se1->
n_aliases
[2], nullptr, -1);
in GetNetEntTest()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
cache.h
41
unsigned int
n_aliases
; /* Number of aliases */
member
H
A
D
cacheflush.h
63
if (boot_cpu_data.dcache.
n_aliases
&& PageAnon(page))
in flush_anon_page()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
cache.h
47
unsigned int
n_aliases
; /* Number of aliases */
member
H
A
D
cacheflush.h
70
if (boot_cpu_data.dcache.
n_aliases
&& PageAnon(page))
in flush_anon_page()
/kernel/liteos_m/kal/libc/newlib/porting/include/
H
A
D
netdb.h
110
char **
n_aliases
;
member
Completed in 5 milliseconds