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:xas_load
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/lib/
H
A
D
xarray.c
217
*
xas_load
() - Load an entry from the XArray (advanced).
222
* @xas is in an error state.
xas_load
() will never expand the tree.
224
* If the xa_state is set up to operate on a multi-index entry,
xas_load
()
231
void *
xas_load
(struct xa_state *xas)
in xas_load()
function
246
EXPORT_SYMBOL_GPL(
xas_load
);
variable
788
first =
xas_load
(xas);
in xas_store()
1057
void *curr =
xas_load
(xas);
in xas_split()
1157
return
xas_load
(xas);
in __xas_prev()
1196
return
xas_load
(xas);
in __xas_next()
1248
entry =
xas_load
(xa
in xas_find()
[all...]
H
A
D
idr.c
498
bitmap =
xas_load
(&xas);
in ida_free()
H
A
D
test_xarray.c
264
xas_load
(&xas);
in check_xa_mark_2()
340
XA_BUG_ON(xa,
xas_load
(&xas) != xa_mk_value(1));
in check_xa_shrink()
347
XA_BUG_ON(xa,
xas_load
(&xas) != NULL);
in check_xa_shrink()
1720
xas_load
(&xas);
in check_account()
/kernel/linux/linux-6.6/lib/
H
A
D
xarray.c
221
*
xas_load
() - Load an entry from the XArray (advanced).
226
* @xas is in an error state.
xas_load
() will never expand the tree.
228
* If the xa_state is set up to operate on a multi-index entry,
xas_load
()
235
void *
xas_load
(struct xa_state *xas)
in xas_load()
function
250
EXPORT_SYMBOL_GPL(
xas_load
);
variable
789
first =
xas_load
(xas);
in xas_store()
1059
void *curr =
xas_load
(xas);
in xas_split()
1159
return
xas_load
(xas);
in __xas_prev()
1198
return
xas_load
(xas);
in __xas_next()
1250
entry =
xas_load
(xa
in xas_find()
[all...]
H
A
D
idr.c
498
bitmap =
xas_load
(&xas);
in ida_free()
H
A
D
test_xarray.c
264
xas_load
(&xas);
in check_xa_mark_2()
340
XA_BUG_ON(xa,
xas_load
(&xas) != xa_mk_value(1));
in check_xa_shrink()
347
XA_BUG_ON(xa,
xas_load
(&xas) != NULL);
in check_xa_shrink()
1720
xas_load
(&xas);
in check_account()
H
A
D
iov_iter.c
1013
for (page =
xas_load
(&xas); page; page = xas_next(&xas)) {
in iter_xarray_populate_pages()
1625
for (page =
xas_load
(&xas); page; page = xas_next(&xas)) {
in iov_iter_extract_xarray_pages()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H
A
D
main.c
143
obj =
xas_load
(&xas);
in iommufd_object_remove()
/kernel/linux/linux-6.6/mm/
H
A
D
truncate.c
37
if (
xas_load
(&xas) != entry)
in __clear_shadow_entry()
H
A
D
list_lru.c
517
if (unlikely(index < 0 || xas_error(&xas) ||
xas_load
(&xas))) {
in memcg_list_lru_alloc()
H
A
D
swap_state.c
112
old =
xas_load
(&xas);
in add_to_swap_cache()
H
A
D
filemap.c
1824
folio =
xas_load
(&xas);
in filemap_get_entry()
2197
for (folio =
xas_load
(&xas); folio && xas.xa_index <= end;
in filemap_get_folios_contig()
2336
for (folio =
xas_load
(&xas); folio; folio = xas_next(&xas)) {
in filemap_get_read_batch()
H
A
D
page-writeback.c
3003
xas_load
(&xas);
in __folio_start_writeback()
H
A
D
khugepaged.c
1835
page =
xas_load
(&xas);
in collapse_file()
/kernel/linux/linux-5.10/fs/
H
A
D
dax.c
432
entry =
xas_load
(&xas);
in dax_lock_page()
783
xas_load
(xas); /* Walk the xa_state */
in dax_insert_entry()
/kernel/linux/linux-6.6/fs/
H
A
D
dax.c
455
entry =
xas_load
(&xas);
in dax_lock_folio()
505
entry =
xas_load
(&xas);
in dax_lock_mapping_entry()
913
xas_load
(xas); /* Walk the xa_state */
in dax_insert_entry()
/kernel/linux/linux-5.10/mm/
H
A
D
truncate.c
40
if (
xas_load
(&xas) != entry)
in __clear_shadow_entry()
H
A
D
swap_state.c
153
old =
xas_load
(&xas);
in add_to_swap_cache()
H
A
D
filemap.c
1698
page =
xas_load
(&xas);
in find_get_entry()
2049
for (page =
xas_load
(&xas); page; page = xas_next(&xas)) {
in find_get_pages_contig()
H
A
D
migrate.c
430
if (page_count(page) != expected_count ||
xas_load
(&xas) != page) {
in migrate_page_move_mapping()
533
if (page_count(page) != expected_count ||
xas_load
(&xas) != page) {
in migrate_huge_page_move_mapping()
H
A
D
page-writeback.c
2796
xas_load
(&xas);
in __test_set_page_writeback()
H
A
D
khugepaged.c
1873
VM_BUG_ON_PAGE(page !=
xas_load
(&xas), page);
in collapse_file()
H
A
D
huge_memory.c
2728
if (
xas_load
(&xas) != head)
in split_huge_page_to_list()
/kernel/linux/linux-5.10/include/linux/
H
A
D
xarray.h
1494
void *
xas_load
(struct xa_state *);
1542
* error or restart state, call
xas_load
() instead.
1771
* it will have the effect of calling
xas_load
(). Otherwise one will be
1800
* it will have the effect of calling
xas_load
(). Otherwise one will be
/kernel/linux/linux-6.6/include/linux/
H
A
D
xarray.h
1532
void *
xas_load
(struct xa_state *);
1581
* error or restart state, call
xas_load
() instead.
1834
* it will have the effect of calling
xas_load
(). Otherwise one will be
1863
* it will have the effect of calling
xas_load
(). Otherwise one will be
Completed in 55 milliseconds
1
2