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:gid_cache_wq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
roce_gid_mgmt.c
45
static struct workqueue_struct *
gid_cache_wq
;
variable
658
queue_work(
gid_cache_wq
, &ndev_work->work);
in netdevice_queue_work()
852
queue_work(
gid_cache_wq
, &work->work);
in addr_event()
899
gid_cache_wq
= alloc_ordered_workqueue("gid-cache-wq", 0);
in roce_gid_mgmt_init()
900
if (!
gid_cache_wq
)
in roce_gid_mgmt_init()
927
destroy_workqueue(
gid_cache_wq
);
in roce_gid_mgmt_cleanup()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
roce_gid_mgmt.c
45
static struct workqueue_struct *
gid_cache_wq
;
variable
659
queue_work(
gid_cache_wq
, &ndev_work->work);
in netdevice_queue_work()
853
queue_work(
gid_cache_wq
, &work->work);
in addr_event()
900
gid_cache_wq
= alloc_ordered_workqueue("gid-cache-wq", 0);
in roce_gid_mgmt_init()
901
if (!
gid_cache_wq
)
in roce_gid_mgmt_init()
928
destroy_workqueue(
gid_cache_wq
);
in roce_gid_mgmt_cleanup()
Completed in 4 milliseconds