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:memstall
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
compression.c
321
int *
memstall
, unsigned long *pflags)
in add_ra_bio_pages()
391
if (!*
memstall
&& PageWorkingset(page)) {
in add_ra_bio_pages()
393
*
memstall
= 1;
in add_ra_bio_pages()
479
int
memstall
= 0;
in btrfs_submit_compressed_read()
local
522
add_ra_bio_pages(&inode->vfs_inode, em_start + em_len, cb, &
memstall
,
in btrfs_submit_compressed_read()
530
if (
memstall
)
in btrfs_submit_compressed_read()
318
add_ra_bio_pages(struct inode *inode, u64 compressed_end, struct compressed_bio *cb, int *
memstall
, unsigned long *pflags)
add_ra_bio_pages()
argument
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
zdata.c
1639
int
memstall
= 0;
in z_erofs_submit_queue()
local
1691
if (
memstall
) {
in z_erofs_submit_queue()
1693
memstall
= 0;
in z_erofs_submit_queue()
1698
if (unlikely(PageWorkingset(page)) && !
memstall
) {
in z_erofs_submit_queue()
1700
memstall
= 1;
in z_erofs_submit_queue()
1732
if (
memstall
)
in z_erofs_submit_queue()
Completed in 5 milliseconds