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:cur_page_len
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
direct-io.c
103
unsigned
cur_page_len
; /* Nr of bytes at cur_page_offset */
member
716
sdio->
cur_page_len
, sdio->cur_page_offset);
in dio_bio_add_page()
717
if (ret == sdio->
cur_page_len
) {
in dio_bio_add_page()
721
if ((sdio->
cur_page_len
+ sdio->cur_page_offset) == PAGE_SIZE)
in dio_bio_add_page()
725
(sdio->
cur_page_len
>> sdio->blkbits);
in dio_bio_add_page()
735
* cur_page_offset,
cur_page_len
is put into a BIO. The section of cur_page
826
sdio->cur_page_offset + sdio->
cur_page_len
== offset &&
in submit_page_section()
828
(sdio->
cur_page_len
>> sdio->blkbits) == blocknr) {
in submit_page_section()
829
sdio->
cur_page_len
+= len;
in submit_page_section()
847
sdio->
cur_page_len
in submit_page_section()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
direct-io.c
102
unsigned
cur_page_len
; /* Nr of bytes at cur_page_offset */
member
692
sdio->
cur_page_len
, sdio->cur_page_offset);
in dio_bio_add_page()
693
if (ret == sdio->
cur_page_len
) {
in dio_bio_add_page()
697
if ((sdio->
cur_page_len
+ sdio->cur_page_offset) == PAGE_SIZE)
in dio_bio_add_page()
701
(sdio->
cur_page_len
>> sdio->blkbits);
in dio_bio_add_page()
711
* cur_page_offset,
cur_page_len
is put into a BIO. The section of cur_page
803
sdio->cur_page_offset + sdio->
cur_page_len
== offset &&
in submit_page_section()
805
(sdio->
cur_page_len
>> sdio->blkbits) == blocknr) {
in submit_page_section()
806
sdio->
cur_page_len
+= len;
in submit_page_section()
824
sdio->
cur_page_len
in submit_page_section()
[all...]
Completed in 6 milliseconds