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:cache_valid
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
cache.c
216
static inline bool
cache_valid
(struct ceph_inode_info *ci)
in cache_valid()
function
232
if (!
cache_valid
(ci))
in ceph_readpage_from_fscache()
261
if (!
cache_valid
(ci))
in ceph_readpages_from_fscache()
290
if (!
cache_valid
(ci))
in ceph_readpage_to_fscache()
338
if (
cache_valid
(ci))
in ceph_fscache_revalidate_cookie()
344
if (!
cache_valid
(ci)) {
in ceph_fscache_revalidate_cookie()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
568
ppd->qsfp_info.
cache_valid
= 0;
in refresh_qsfp_cache()
639
ppd->qsfp_info.
cache_valid
= 1;
in refresh_qsfp_cache()
727
if (!ppd->qsfp_info.
cache_valid
) {
in get_cable_info()
805
if (ppd->qsfp_info.
cache_valid
) {
in qsfp_dump()
H
A
D
qsfp.h
221
u8
cache_valid
;
member
H
A
D
platform.h
167
u8
cache_valid
;
member
H
A
D
platform.c
708
if (ppd->qsfp_info.
cache_valid
) {
in apply_tunings()
1026
if (ppd->qsfp_info.
cache_valid
) {
in tune_serdes()
H
A
D
firmware.c
1932
pcfgcache->
cache_valid
= 1;
in parse_platform_config()
2024
if (!pcfgcache->
cache_valid
)
in get_platform_fw_field_metadata()
2059
* platform_config_cache in hfi1_devdata, and checks the
cache_valid
member to
2106
/* Our metadata function checked
cache_valid
and field_index for us */
in get_platform_config_field()
H
A
D
chip.c
6134
ppd->qsfp_info.
cache_valid
= 0;
in handle_qsfp_int()
6166
ppd->qsfp_info.
cache_valid
= 0;
in handle_qsfp_int()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
526
ppd->qsfp_info.
cache_valid
= 0;
in refresh_qsfp_cache()
597
ppd->qsfp_info.
cache_valid
= 1;
in refresh_qsfp_cache()
685
if (!ppd->qsfp_info.
cache_valid
) {
in get_cable_info()
763
if (ppd->qsfp_info.
cache_valid
) {
in qsfp_dump()
H
A
D
qsfp.h
179
u8
cache_valid
;
member
H
A
D
platform.h
126
u8
cache_valid
;
member
H
A
D
platform.c
666
if (ppd->qsfp_info.
cache_valid
) {
in apply_tunings()
984
if (ppd->qsfp_info.
cache_valid
) {
in tune_serdes()
H
A
D
firmware.c
1889
pcfgcache->
cache_valid
= 1;
in parse_platform_config()
1981
if (!pcfgcache->
cache_valid
)
in get_platform_fw_field_metadata()
2016
* platform_config_cache in hfi1_devdata, and checks the
cache_valid
member to
2063
/* Our metadata function checked
cache_valid
and field_index for us */
in get_platform_config_field()
H
A
D
chip.c
6094
ppd->qsfp_info.
cache_valid
= 0;
in handle_qsfp_int()
6126
ppd->qsfp_info.
cache_valid
= 0;
in handle_qsfp_int()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
135
int
cache_valid
; /* If non-zero, the data for the zone defined */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
135
int
cache_valid
; /* If non-zero, the data for the zone defined */
member
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_mgmt.h
94
u8
cache_valid
;
member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_mgmt.h
94
u8
cache_valid
;
member
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
1014
if (pkt->
cache_valid
) {
in pkt_gather_data()
1068
pkt->
cache_valid
= 0;
in pkt_get_packet_data()
1078
if (pkt->
cache_valid
) {
in pkt_put_packet_data()
1239
pkt->
cache_valid
= 1;
in pkt_start_write()
1241
pkt->
cache_valid
= 0;
in pkt_start_write()
1254
pkt->
cache_valid
= 0;
in pkt_finish_packet()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
1035
if (pkt->
cache_valid
) {
in pkt_gather_data()
1085
pkt->
cache_valid
= 0;
in pkt_get_packet_data()
1095
if (pkt->
cache_valid
) {
in pkt_put_packet_data()
1293
pkt->
cache_valid
= 1;
in pkt_start_write()
1295
pkt->
cache_valid
= 0;
in pkt_start_write()
1307
pkt->
cache_valid
= 0;
in pkt_finish_packet()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H
A
D
sli4.h
2901
u8
cache_valid
;
member
Completed in 74 milliseconds