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:thread_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
super.c
55
const struct squashfs_decompressor_thread_ops *
thread_ops
;
member
76
opts->
thread_ops
= &squashfs_decompressor_single;
in squashfs_parse_param_threads_str()
80
opts->
thread_ops
= &squashfs_decompressor_multi;
in squashfs_parse_param_threads_str()
84
opts->
thread_ops
= &squashfs_decompressor_percpu;
in squashfs_parse_param_threads_str()
101
opts->
thread_ops
= &squashfs_decompressor_multi;
in squashfs_parse_param_threads_num()
102
if (num > opts->
thread_ops
->max_decompressors())
in squashfs_parse_param_threads_num()
109
opts->
thread_ops
= &squashfs_decompressor_single;
in squashfs_parse_param_threads_num()
200
msblk->
thread_ops
= opts->
thread_ops
;
in squashfs_fill_super()
237
msblk->max_thread_num = msblk->
thread_ops
in squashfs_fill_super()
[all...]
H
A
D
squashfs_fs_sb.h
70
const struct squashfs_decompressor_thread_ops *
thread_ops
;
member
H
A
D
decompressor.c
136
stream = msblk->
thread_ops
->create(msblk, comp_opts);
in squashfs_decompressor_setup()
H
A
D
block.c
342
res = msblk->
thread_ops
->decompress(msblk, bio, offset, length, output);
in squashfs_read_data()
Completed in 2 milliseconds