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:last_hole
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/lib/
H
A
D
interval_tree.c
56
iter->
last_hole
= last_index;
in interval_tree_span_iter_first()
63
iter->
last_hole
= iter->nodes[1]->start - 1;
in interval_tree_span_iter_first()
90
iter->start_used = iter->
last_hole
+ 1;
in interval_tree_span_iter_next()
104
iter->
last_hole
= iter->last_index;
in interval_tree_span_iter_next()
112
iter->
last_hole
= iter->nodes[1]->start - 1;
in interval_tree_span_iter_next()
138
if (iter->start_hole <= new_index && new_index <= iter->
last_hole
) {
in interval_tree_span_iter_advance()
142
if (new_index == iter->
last_hole
+ 1)
in interval_tree_span_iter_advance()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H
A
D
pages.c
105
unsigned long
last_hole
= ULONG_MAX;
in interval_tree_double_span_iter_update()
local
115
last_hole
= min(
last_hole
, iter->spans[i].
last_hole
);
in interval_tree_double_span_iter_update()
121
iter->last_used = min(iter->spans[i].last_used,
last_hole
);
in interval_tree_double_span_iter_update()
127
iter->
last_hole
=
in interval_tree_double_span_iter_update()
128
min(iter->spans[0].
last_hole
, iter->spans[1].
last_hole
);
in interval_tree_double_span_iter_update()
152
iter->
last_hole
== iter->spans[0].last_index) {
in interval_tree_double_span_iter_next()
159
&iter->spans[i], iter->itrees[i], iter->
last_hole
in interval_tree_double_span_iter_next()
[all...]
H
A
D
double_span.h
24
unsigned long
last_hole
;
member
H
A
D
io_pagetable.c
77
if (span->is_used || span->
last_hole
- span->start_hole < length - 1)
in __alloc_iova_check_hole()
82
if (span->start_hole > span->
last_hole
||
in __alloc_iova_check_hole()
83
span->
last_hole
- span->start_hole < length - 1)
in __alloc_iova_check_hole()
H
A
D
vfio_compat.c
400
range.end = span.
last_hole
;
in iommufd_fill_cap_iova()
H
A
D
ioas.c
90
.last = span.
last_hole
,
in iommufd_ioas_iova_ranges()
/kernel/linux/linux-6.6/include/linux/
H
A
D
interval_tree.h
33
* @
last_hole
: Inclusive end of an interval for a hole when is_hole == 1
61
unsigned long
last_hole
;
member
Completed in 6 milliseconds