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:cluster_next
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
swapfile.c
305
static inline unsigned int
cluster_next
(struct swap_cluster_info *info)
in cluster_next()
function
404
return
cluster_next
(&list->head);
in cluster_list_first()
422
unsigned int tail =
cluster_next
(&list->tail);
in cluster_list_add_tail()
441
idx =
cluster_next
(&list->head);
in cluster_list_del_first()
442
if (
cluster_next
(&list->tail) == idx) {
in cluster_list_del_first()
447
cluster_next
(&ci[idx]), 0);
in cluster_list_del_first()
624
cluster->next =
cluster_next
(&cluster->index) *
in scan_swap_map_try_ssd_cluster()
646
(
cluster_next
(&cluster->index) + 1) * SWAPFILE_CLUSTER);
in scan_swap_map_try_ssd_cluster()
749
si->
cluster_next
= next;
in set_cluster_next()
804
scan_base = si->
cluster_next
;
in scan_swap_map_slots()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
swapfile.c
312
static inline unsigned int
cluster_next
(struct swap_cluster_info *info)
in cluster_next()
function
411
return
cluster_next
(&list->head);
in cluster_list_first()
429
unsigned int tail =
cluster_next
(&list->tail);
in cluster_list_add_tail()
448
idx =
cluster_next
(&list->head);
in cluster_list_del_first()
449
if (
cluster_next
(&list->tail) == idx) {
in cluster_list_del_first()
454
cluster_next
(&ci[idx]), 0);
in cluster_list_del_first()
639
cluster->next =
cluster_next
(&cluster->index) *
in scan_swap_map_try_ssd_cluster()
661
(
cluster_next
(&cluster->index) + 1) * SWAPFILE_CLUSTER);
in scan_swap_map_try_ssd_cluster()
762
si->
cluster_next
= next;
in set_cluster_next()
832
scan_base = si->
cluster_next
;
in scan_swap_map_slots()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
swap.h
253
unsigned int
cluster_next
; /* likely index for next allocation */
member
268
* inuse_pages,
cluster_next
,
/kernel/linux/linux-6.6/include/linux/
H
A
D
swap.h
296
unsigned int
cluster_next
; /* likely index for next allocation */
member
308
* inuse_pages,
cluster_next
,
Completed in 8 milliseconds