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:len_this_page
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
scatterwalk.c
30
unsigned int
len_this_page
= scatterwalk_pagelen(walk);
in scatterwalk_copychunks()
local
33
if (
len_this_page
> nbytes)
in scatterwalk_copychunks()
34
len_this_page
= nbytes;
in scatterwalk_copychunks()
38
memcpy_dir(buf, vaddr,
len_this_page
, out);
in scatterwalk_copychunks()
42
scatterwalk_advance(walk,
len_this_page
);
in scatterwalk_copychunks()
44
if (nbytes ==
len_this_page
)
in scatterwalk_copychunks()
47
buf +=
len_this_page
;
in scatterwalk_copychunks()
48
nbytes -=
len_this_page
;
in scatterwalk_copychunks()
/kernel/linux/linux-6.6/crypto/
H
A
D
scatterwalk.c
30
unsigned int
len_this_page
= scatterwalk_pagelen(walk);
in scatterwalk_copychunks()
local
33
if (
len_this_page
> nbytes)
in scatterwalk_copychunks()
34
len_this_page
= nbytes;
in scatterwalk_copychunks()
38
memcpy_dir(buf, vaddr,
len_this_page
, out);
in scatterwalk_copychunks()
42
scatterwalk_advance(walk,
len_this_page
);
in scatterwalk_copychunks()
44
if (nbytes ==
len_this_page
)
in scatterwalk_copychunks()
47
buf +=
len_this_page
;
in scatterwalk_copychunks()
48
nbytes -=
len_this_page
;
in scatterwalk_copychunks()
/kernel/linux/linux-5.10/include/crypto/
H
A
D
scatterwalk.h
31
unsigned int
len_this_page
= offset_in_page(~walk->offset) + 1;
in scatterwalk_pagelen()
local
32
return
len_this_page
> len ? len :
len_this_page
;
in scatterwalk_pagelen()
38
unsigned int
len_this_page
= scatterwalk_pagelen(walk);
in scatterwalk_clamp()
local
39
return nbytes >
len_this_page
?
len_this_page
: nbytes;
in scatterwalk_clamp()
/kernel/linux/linux-6.6/include/crypto/
H
A
D
scatterwalk.h
32
unsigned int
len_this_page
= offset_in_page(~walk->offset) + 1;
in scatterwalk_pagelen()
local
33
return
len_this_page
> len ? len :
len_this_page
;
in scatterwalk_pagelen()
39
unsigned int
len_this_page
= scatterwalk_pagelen(walk);
in scatterwalk_clamp()
local
40
return nbytes >
len_this_page
?
len_this_page
: nbytes;
in scatterwalk_clamp()
Completed in 1 milliseconds