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:zstd_end_stream
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/
H
A
D
zstd_compress_module.c
157
size_t
zstd_end_stream
(zstd_cstream *cstream, zstd_out_buffer *output)
in zstd_end_stream()
function
161
EXPORT_SYMBOL(
zstd_end_stream
);
variable
/kernel/linux/linux-6.6/include/linux/
H
A
D
zstd.h
329
*
zstd_end_stream
() - flush internal buffers into output and end the frame
334
*
zstd_end_stream
() must be called until it returns 0, meaning all the data has
340
size_t
zstd_end_stream
(zstd_cstream *cstream, zstd_out_buffer *output);
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
zstd.c
491
ret2 =
zstd_end_stream
(stream, &workspace->out_buf);
in zstd_compress_pages()
493
pr_debug("BTRFS:
zstd_end_stream
returned %d\n",
in zstd_compress_pages()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
compress.c
399
ret =
zstd_end_stream
(stream, &outbuf);
in zstd_compress_pages()
401
printk_ratelimited("%sF2FS-fs (%s): %s
zstd_end_stream
returned %d\n",
in zstd_compress_pages()
Completed in 8 milliseconds