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:commit_end
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
hdm.c
700
port->
commit_end
++;
in cxl_decoder_commit()
724
if (port->
commit_end
!= id) {
in cxl_decoder_reset()
727
dev_name(&cxld->dev), port->id, port->
commit_end
);
in cxl_decoder_reset()
742
port->
commit_end
--;
in cxl_decoder_reset()
782
port->
commit_end
= cxld->id;
in cxl_setup_hdm_decoder_from_dvsec()
866
port->
commit_end
= cxld->id;
in init_hdm_decoder()
H
A
D
port.c
44
return port->
commit_end
+ 1;
in cxl_num_decoders_committed()
685
port->
commit_end
= -1;
in cxl_port_alloc()
H
A
D
region.c
2485
/* Iterate until
commit_end
is reached */
in poison_by_decoder()
2486
if (cxled->cxld.id == ctx->port->
commit_end
) {
in poison_by_decoder()
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
cxl.c
680
port->
commit_end
++;
in mock_decoder_commit()
695
if (port->
commit_end
!= id) {
in mock_decoder_reset()
698
dev_name(&cxld->dev), port->id, port->
commit_end
);
in mock_decoder_reset()
702
port->
commit_end
--;
in mock_decoder_reset()
794
port->
commit_end
= cxld->id;
in mock_init_hdm_decoder()
826
iter->
commit_end
= 0;
in mock_init_hdm_decoder()
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
cxl.h
576
* @
commit_end
: cursor to track highest committed decoder for commit ordering
596
int
commit_end
;
member
Completed in 11 milliseconds