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:current_active
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
async-thread.c
42
int
current_active
;
member
44
/* Threshold to change
current_active
*/
100
ret->
current_active
= limit_active;
in btrfs_alloc_workqueue()
108
ret->
current_active
= 1;
in btrfs_alloc_workqueue()
112
ret->normal_wq = alloc_workqueue("btrfs-%s", flags, ret->
current_active
,
in btrfs_alloc_workqueue()
137
ret->
current_active
= 1;
in btrfs_alloc_ordered_workqueue()
186
new_current_active = wq->
current_active
;
in thresh_exec_hook()
198
if (new_current_active != wq->
current_active
) {
in thresh_exec_hook()
200
wq->
current_active
= new_current_active;
in thresh_exec_hook()
206
workqueue_set_max_active(wq->normal_wq, wq->
current_active
);
in thresh_exec_hook()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
async-thread.c
43
int
current_active
;
member
45
/* Threshold to change
current_active
*/
96
ret->
current_active
= limit_active;
in __btrfs_alloc_workqueue()
104
ret->
current_active
= 1;
in __btrfs_alloc_workqueue()
110
ret->
current_active
, name);
in __btrfs_alloc_workqueue()
113
ret->
current_active
, name);
in __btrfs_alloc_workqueue()
196
new_current_active = wq->
current_active
;
in thresh_exec_hook()
208
if (new_current_active != wq->
current_active
) {
in thresh_exec_hook()
210
wq->
current_active
= new_current_active;
in thresh_exec_hook()
216
workqueue_set_max_active(wq->normal_wq, wq->
current_active
);
in thresh_exec_hook()
[all...]
Completed in 1 milliseconds