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:siw_tx_thread
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_main.c
61
struct task_struct *
siw_tx_thread
[NR_CPUS];
variable
100
siw_tx_thread
[cpu] =
in siw_create_tx_threads()
103
if (IS_ERR(
siw_tx_thread
[cpu])) {
in siw_create_tx_threads()
104
siw_tx_thread
[cpu] = NULL;
in siw_create_tx_threads()
107
kthread_bind(
siw_tx_thread
[cpu], cpu);
in siw_create_tx_threads()
109
wake_up_process(
siw_tx_thread
[cpu]);
in siw_create_tx_threads()
140
memset(
siw_tx_thread
, 0, sizeof(
siw_tx_thread
));
in siw_init_cpulist()
213
if (!
siw_tx_thread
[cpu])
in siw_get_tx_cpu()
605
if (
siw_tx_thread
[nr_cp
in siw_init_module()
[all...]
H
A
D
siw.h
500
extern struct task_struct *
siw_tx_thread
[];
H
A
D
siw_qp_tx.c
1204
kthread_stop(
siw_tx_thread
[nr_cpu]);
in siw_stop_tx_thread()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_main.c
61
struct task_struct *
siw_tx_thread
[NR_CPUS];
variable
116
memset(
siw_tx_thread
, 0, sizeof(
siw_tx_thread
));
in siw_init_cpulist()
189
if (!
siw_tx_thread
[cpu])
in siw_get_tx_cpu()
H
A
D
siw_qp_tx.c
1226
siw_tx_thread
[cpu] =
in siw_create_tx_threads()
1230
if (IS_ERR(
siw_tx_thread
[cpu])) {
in siw_create_tx_threads()
1231
siw_tx_thread
[cpu] = NULL;
in siw_create_tx_threads()
1244
if (
siw_tx_thread
[cpu]) {
in siw_stop_tx_threads()
1245
kthread_stop(
siw_tx_thread
[cpu]);
in siw_stop_tx_threads()
1247
siw_tx_thread
[cpu] = NULL;
in siw_stop_tx_threads()
H
A
D
siw.h
502
extern struct task_struct *
siw_tx_thread
[];
Completed in 11 milliseconds