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:total_threads
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
writeback.h
36
int
total_threads
;
member
H
A
D
btree.h
232
int
total_threads
;
member
H
A
D
writeback.c
959
state.
total_threads
= bch_btre_dirty_init_thread_nr();
in bch_sectors_dirty_init()
966
for (i = 0; i < state.
total_threads
; i++) {
in bch_sectors_dirty_init()
H
A
D
btree.c
2042
check_state.
total_threads
= bch_btree_chkthread_nr();
in bch_btree_check()
2056
for (i = 0; i < check_state.
total_threads
; i++) {
in bch_btree_check()
2084
for (i = 0; i < check_state.
total_threads
; i++) {
in bch_btree_check()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
writeback.h
40
int
total_threads
;
member
H
A
D
btree.h
232
int
total_threads
;
member
H
A
D
writeback.c
1015
state.
total_threads
= bch_btre_dirty_init_thread_nr();
in bch_sectors_dirty_init()
1022
for (i = 0; i < state.
total_threads
; i++) {
in bch_sectors_dirty_init()
H
A
D
btree.c
2063
check_state.
total_threads
= bch_btree_chkthread_nr();
in bch_btree_check()
2077
for (i = 0; i < check_state.
total_threads
; i++) {
in bch_btree_check()
2105
for (i = 0; i < check_state.
total_threads
; i++) {
in bch_btree_check()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
smp.c
794
size_t
total_threads
;
in parse_thread_groups()
local
810
total_threads
= tg->nr_groups * tg->threads_per_group;
in parse_thread_groups()
814
3 +
total_threads
);
in parse_thread_groups()
820
for (i = 0 ; i <
total_threads
; i++)
in parse_thread_groups()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
smp.c
826
size_t
total_threads
;
in parse_thread_groups()
local
845
total_threads
= tg->nr_groups * tg->threads_per_group;
in parse_thread_groups()
849
for (j = 0; j <
total_threads
; j++)
in parse_thread_groups()
851
i = i + 3 +
total_threads
;
in parse_thread_groups()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2791
int
total_threads
;
member
2807
cip->
total_threads
= vc->num_threads;
in init_core_info()
2870
cip->
total_threads
+= vc->num_threads;
in can_dynamic_split()
2886
if (cip->
total_threads
+ pvc->num_threads > target_threads)
in can_piggyback()
2936
if (cip->
total_threads
>= target_threads)
in collect_piggybacks()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3418
int
total_threads
;
member
3434
cip->
total_threads
= vc->num_threads;
in init_core_info()
3492
cip->
total_threads
+= vc->num_threads;
in can_dynamic_split()
3508
if (cip->
total_threads
+ pvc->num_threads > target_threads)
in can_piggyback()
3558
if (cip->
total_threads
>= target_threads)
in collect_piggybacks()
Completed in 29 milliseconds