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:hfi1_mutex
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
netdev_rx.c
316
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_rx_init()
319
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_rx_init()
335
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_rx_destroy()
337
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_rx_destroy()
400
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_enable_queues()
402
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_enable_queues()
416
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_disable_queues()
418
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_disable_queues()
H
A
D
vnic_main.c
514
mutex_lock(&
hfi1_mutex
);
in hfi1_vnic_init()
536
mutex_unlock(&
hfi1_mutex
);
in hfi1_vnic_init()
544
mutex_lock(&
hfi1_mutex
);
in hfi1_vnic_deinit()
549
mutex_unlock(&
hfi1_mutex
);
in hfi1_vnic_deinit()
H
A
D
file_ops.c
812
mutex_lock(&
hfi1_mutex
);
in assign_ctxt()
826
mutex_unlock(&
hfi1_mutex
);
in assign_ctxt()
907
* The
hfi1_mutex
must be held when this function is called. It is
1031
mutex_lock(&
hfi1_mutex
);
in deallocate_ctxt()
1035
mutex_unlock(&
hfi1_mutex
);
in deallocate_ctxt()
H
A
D
driver.c
79
DEFINE_MUTEX(
hfi1_mutex
); /* general driver use */
variable
1450
mutex_lock(&
hfi1_mutex
);
in hfi1_reset_device()
1453
mutex_unlock(&
hfi1_mutex
);
in hfi1_reset_device()
1457
mutex_unlock(&
hfi1_mutex
);
in hfi1_reset_device()
H
A
D
hfi.h
2252
extern struct mutex
hfi1_mutex
;
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
netdev_rx.c
315
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_rx_init()
317
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_rx_init()
333
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_rx_destroy()
335
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_rx_destroy()
402
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_enable_queues()
404
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_enable_queues()
418
mutex_lock(&
hfi1_mutex
);
in hfi1_netdev_disable_queues()
420
mutex_unlock(&
hfi1_mutex
);
in hfi1_netdev_disable_queues()
H
A
D
vnic_main.c
472
mutex_lock(&
hfi1_mutex
);
in hfi1_vnic_init()
494
mutex_unlock(&
hfi1_mutex
);
in hfi1_vnic_init()
502
mutex_lock(&
hfi1_mutex
);
in hfi1_vnic_deinit()
507
mutex_unlock(&
hfi1_mutex
);
in hfi1_vnic_deinit()
H
A
D
driver.c
32
DEFINE_MUTEX(
hfi1_mutex
); /* general driver use */
variable
1403
mutex_lock(&
hfi1_mutex
);
in hfi1_reset_device()
1406
mutex_unlock(&
hfi1_mutex
);
in hfi1_reset_device()
1410
mutex_unlock(&
hfi1_mutex
);
in hfi1_reset_device()
H
A
D
file_ops.c
802
mutex_lock(&
hfi1_mutex
);
in assign_ctxt()
816
mutex_unlock(&
hfi1_mutex
);
in assign_ctxt()
897
* The
hfi1_mutex
must be held when this function is called. It is
1021
mutex_lock(&
hfi1_mutex
);
in deallocate_ctxt()
1025
mutex_unlock(&
hfi1_mutex
);
in deallocate_ctxt()
H
A
D
hfi.h
2199
extern struct mutex
hfi1_mutex
;
Completed in 22 milliseconds