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:MAX_THREADS
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
bind_bhash.c
7
*
MAX_THREADS
* MAX_CONNECTIONS number of entries.
17
#define
MAX_THREADS
600
macro
28
static int fd_array[
MAX_THREADS
][MAX_CONNECTIONS];
92
pthread_t tid[
MAX_THREADS
];
in main()
113
for (i = 0; i <
MAX_THREADS
; i++)
in main()
116
for (i = 0; i <
MAX_THREADS
; i++)
in main()
138
for (i = 0; i <
MAX_THREADS
; i++) {
in main()
139
for (j = 0; i <
MAX_THREADS
; i++)
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H
A
D
check_gcr_el1_cswitch.c
25
#define
MAX_THREADS
5
macro
71
pthread_t thread_id[
MAX_THREADS
];
in execute_test()
72
int thread_data[
MAX_THREADS
];
in execute_test()
74
for (int i = 0; i <
MAX_THREADS
; i++)
in execute_test()
78
for (int i = 0; i <
MAX_THREADS
; i++)
in execute_test()
81
for (int i = 0; i <
MAX_THREADS
; i++)
in execute_test()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H
A
D
threadtest.c
32
#define
MAX_THREADS
128
macro
125
pthread_t pth[
MAX_THREADS
];
in main()
156
if (thread_count >
MAX_THREADS
)
in main()
157
thread_count =
MAX_THREADS
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H
A
D
threadtest.c
32
#define
MAX_THREADS
128
macro
125
pthread_t pth[
MAX_THREADS
];
in main()
156
if (thread_count >
MAX_THREADS
)
in main()
157
thread_count =
MAX_THREADS
;
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H
A
D
tlbie_test.c
88
* to represent the thread_ids [0..
MAX_THREADS
- 1].
93
#define
MAX_THREADS
64
macro
96
static unsigned int rim_thread_ids[
MAX_THREADS
];
97
static pthread_t rim_threads[
MAX_THREADS
];
254
static FILE *fp[
MAX_THREADS
];
651
if (nrthreads >
MAX_THREADS
)
in main()
652
nrthreads =
MAX_THREADS
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H
A
D
tlbie_test.c
87
* to represent the thread_ids [0..
MAX_THREADS
- 1].
92
#define
MAX_THREADS
64
macro
95
static unsigned int rim_thread_ids[
MAX_THREADS
];
96
static pthread_t rim_threads[
MAX_THREADS
];
253
static FILE *fp[
MAX_THREADS
];
650
if (nrthreads >
MAX_THREADS
)
in main()
651
nrthreads =
MAX_THREADS
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H
A
D
cs_prctl_test.c
53
#define
MAX_THREADS
128
macro
70
int thr_tids[
MAX_THREADS
];
267
if (num_threads < 1 || num_threads >
MAX_THREADS
)
in main()
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xsk_fwd.c
744
#ifndef
MAX_THREADS
745
#define
MAX_THREADS
64
macro
758
static pthread_t threads[
MAX_THREADS
];
759
static struct thread_data thread_data[
MAX_THREADS
];
810
if (n_threads ==
MAX_THREADS
) {
in parse_args()
812
MAX_THREADS
);
in parse_args()
/kernel/linux/linux-6.6/tools/tracing/latency/
H
A
D
latency-collector.c
229
#define
MAX_THREADS
(40)
macro
232
pthread_t printthread[
MAX_THREADS
];
1642
if (nr_threads >
MAX_THREADS
) {
in start_printthread()
1645
nr_threads,
MAX_THREADS
);
in start_printthread()
1646
nr_threads =
MAX_THREADS
;
in start_printthread()
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
125
#define
MAX_THREADS
FUTEX_TID_MASK
macro
781
threads =
MAX_THREADS
;
in set_max_threads()
789
max_threads = clamp_t(u64, threads, MIN_THREADS,
MAX_THREADS
);
in set_max_threads()
835
set_max_threads(
MAX_THREADS
);
in fork_init()
3130
int max =
MAX_THREADS
;
in sysctl_max_threads()
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
125
#define
MAX_THREADS
FUTEX_TID_MASK
macro
1017
threads =
MAX_THREADS
;
in set_max_threads()
1025
max_threads = clamp_t(u64, threads, MIN_THREADS,
MAX_THREADS
);
in set_max_threads()
1071
set_max_threads(
MAX_THREADS
);
in fork_init()
3556
int max =
MAX_THREADS
;
in sysctl_max_threads()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H
A
D
panfrost_drv.c
60
PANFROST_FEATURE(
MAX_THREADS
, max_threads);
in panfrost_ioctl_get_param()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H
A
D
panfrost_drv.c
61
PANFROST_FEATURE(
MAX_THREADS
, max_threads);
in panfrost_ioctl_get_param()
Completed in 18 milliseconds