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:toread
(Results
26 - 30
of
30
) sorted by relevance
1
2
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
2664
size_t
toread
;
in f2fs_quota_read()
local
2673
toread
= len;
in f2fs_quota_read()
2674
while (
toread
> 0) {
in f2fs_quota_read()
2675
tocopy = min_t(unsigned long, sb->s_blocksize - offset,
toread
);
in f2fs_quota_read()
2703
toread
-= tocopy;
in f2fs_quota_read()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
6591
size_t
toread
;
in ext4_quota_read()
local
6599
toread
= len;
in ext4_quota_read()
6600
while (
toread
> 0) {
in ext4_quota_read()
6601
tocopy = sb->s_blocksize - offset <
toread
?
in ext4_quota_read()
6602
sb->s_blocksize - offset :
toread
;
in ext4_quota_read()
6612
toread
-= tocopy;
in ext4_quota_read()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
7169
size_t
toread
;
in ext4_quota_read()
local
7177
toread
= len;
in ext4_quota_read()
7178
while (
toread
> 0) {
in ext4_quota_read()
7179
tocopy = min_t(unsigned long, sb->s_blocksize - offset,
toread
);
in ext4_quota_read()
7189
toread
-= tocopy;
in ext4_quota_read()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
6151
unsigned
toread
= min(bytes, (unsigned)PAGE_SIZE - offset);
in kvm_read_guest_virt_helper()
local
6157
offset,
toread
);
in kvm_read_guest_virt_helper()
6163
bytes -=
toread
;
in kvm_read_guest_virt_helper()
6164
data +=
toread
;
in kvm_read_guest_virt_helper()
6165
addr +=
toread
;
in kvm_read_guest_virt_helper()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
7356
unsigned
toread
= min(bytes, (unsigned)PAGE_SIZE - offset);
in kvm_read_guest_virt_helper()
local
7362
offset,
toread
);
in kvm_read_guest_virt_helper()
7368
bytes -=
toread
;
in kvm_read_guest_virt_helper()
7369
data +=
toread
;
in kvm_read_guest_virt_helper()
7370
addr +=
toread
;
in kvm_read_guest_virt_helper()
Completed in 48 milliseconds
1
2