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:is_cached
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptsas.h
91
u8
is_cached
;
member
H
A
D
mptsas.c
795
* Set
is_cached
flag
in mptsas_del_device_component_by_os()
800
sas_info->
is_cached
= 1;
in mptsas_del_device_component_by_os()
3798
if (sas_info->
is_cached
)
in mptsas_not_responding_devices()
4044
if (sas_info->
is_cached
||
in mptsas_handle_queue_full_event()
4058
if (sas_info->
is_cached
||
in mptsas_handle_queue_full_event()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptsas.h
91
u8
is_cached
;
member
H
A
D
mptsas.c
821
* Set
is_cached
flag
in mptsas_del_device_component_by_os()
826
sas_info->
is_cached
= 1;
in mptsas_del_device_component_by_os()
3826
if (sas_info->
is_cached
)
in mptsas_not_responding_devices()
4072
if (sas_info->
is_cached
||
in mptsas_handle_queue_full_event()
4086
if (sas_info->
is_cached
||
in mptsas_handle_queue_full_event()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H
A
D
ttm_page_alloc_dma.c
998
bool
is_cached
= false;
in ttm_dma_unpopulate()
local
1033
is_cached
= (ttm_dma_find_pool(pool->dev,
in ttm_dma_unpopulate()
1049
if (
is_cached
)
in ttm_dma_unpopulate()
1055
if (
is_cached
) {
in ttm_dma_unpopulate()
1076
/* shrink pool if necessary (only on !
is_cached
pools)*/
in ttm_dma_unpopulate()
/kernel/linux/linux-5.10/include/linux/
H
A
D
lightnvm.h
73
u64
is_cached
: 1;
member
526
ppa64.c.
is_cached
= 1;
in nvm_ppa32_to_ppa64()
569
} else if (ppa64.c.
is_cached
) {
in nvm_ppa64_to_ppa32()
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk.h
1129
return (ppa.ppa != ADDR_EMPTY && ppa.c.
is_cached
);
in pblk_addr_in_cache()
1142
p.c.
is_cached
= 1;
in pblk_cacheline_to_addr()
1197
if (p->c.
is_cached
) {
in print_ppa()
1241
if (!ppa->c.
is_cached
&&
in pblk_boundary_ppa_checks()
1250
if (!ppa->c.
is_cached
&&
in pblk_boundary_ppa_checks()
Completed in 19 milliseconds