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:working_bytes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
lzo.c
293
unsigned long
working_bytes
;
in lzo_decompress_bio()
local
348
working_bytes
= in_len;
in lzo_decompress_bio()
362
while (
working_bytes
) {
in lzo_decompress_bio()
363
bytes = min(
working_bytes
, in_page_bytes_left);
in lzo_decompress_bio()
368
working_bytes
-= bytes;
in lzo_decompress_bio()
373
if ((
working_bytes
== 0 && in_page_bytes_left < LZO_LEN)
in lzo_decompress_bio()
377
if (
working_bytes
== 0 && tot_in >= tot_len)
in lzo_decompress_bio()
H
A
D
compression.c
1245
unsigned long
working_bytes
= total_out - buf_start;
in btrfs_decompress_buf2page()
local
1266
working_bytes
-= buf_offset;
in btrfs_decompress_buf2page()
1273
while (
working_bytes
> 0) {
in btrfs_decompress_buf2page()
1276
bytes = min(bytes,
working_bytes
);
in btrfs_decompress_buf2page()
1284
working_bytes
-= bytes;
in btrfs_decompress_buf2page()
1317
working_bytes
= total_out - start_byte;
in btrfs_decompress_buf2page()
Completed in 3 milliseconds