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:reclaim_thread
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-cache.c
123
struct md_thread *
reclaim_thread
;
member
1573
md_wakeup_thread(log->
reclaim_thread
);
in r5l_wake_reclaim()
1584
kthread_park(log->
reclaim_thread
->tsk);
in r5l_quiesce()
1588
kthread_unpark(log->
reclaim_thread
->tsk);
in r5l_quiesce()
3132
log->
reclaim_thread
= md_register_thread(r5l_reclaim_thread,
in r5l_init_log()
3134
if (!log->
reclaim_thread
)
in r5l_init_log()
3135
goto
reclaim_thread
;
in r5l_init_log()
3136
log->
reclaim_thread
->timeout = R5C_RECLAIM_WAKEUP_INTERVAL;
in r5l_init_log()
3158
reclaim_thread
:
in r5l_init_log()
3181
md_unregister_thread(&log->
reclaim_thread
);
in r5l_exit_log()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-cache.c
123
struct md_thread __rcu *
reclaim_thread
;
member
1573
md_wakeup_thread(log->
reclaim_thread
);
in r5l_wake_reclaim()
1580
log->
reclaim_thread
, lockdep_is_held(&mddev->reconfig_mutex));
in r5l_quiesce()
3128
goto
reclaim_thread
;
in r5l_init_log()
3131
rcu_assign_pointer(log->
reclaim_thread
, thread);
in r5l_init_log()
3153
reclaim_thread
:
in r5l_init_log()
3170
md_unregister_thread(conf->mddev, &log->
reclaim_thread
);
in r5l_exit_log()
Completed in 9 milliseconds