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:destroy_wait
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.h
267
wait_queue_head_t
destroy_wait
;
member
H
A
D
kfd_device_queue_manager.c
2046
ret = wait_event_interruptible(dqm->
destroy_wait
,
in wait_on_destroy_queue()
2598
init_waitqueue_head(&dqm->
destroy_wait
);
in device_queue_manager_init()
2878
wake_up_all(&dqm->
destroy_wait
);
in resume_queues()
2912
wake_up_all(&dqm->
destroy_wait
);
in resume_queues()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc.h
243
wait_queue_head_t
destroy_wait
;
member
H
A
D
bnx2fc_fcoe.c
851
wake_up_interruptible(&hba->
destroy_wait
);
in bnx2fc_destroy_timer()
1423
init_waitqueue_head(&hba->
destroy_wait
);
in bnx2fc_hba_create()
1941
wait_event_interruptible(hba->
destroy_wait
,
in bnx2fc_fw_destroy()
H
A
D
bnx2fc_hwi.c
1388
wake_up_interruptible(&hba->
destroy_wait
);
in bnx2fc_indicate_kcqe()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc.h
240
wait_queue_head_t
destroy_wait
;
member
H
A
D
bnx2fc_fcoe.c
845
wake_up_interruptible(&hba->
destroy_wait
);
in bnx2fc_destroy_timer()
1415
init_waitqueue_head(&hba->
destroy_wait
);
in bnx2fc_hba_create()
1933
wait_event_interruptible(hba->
destroy_wait
,
in bnx2fc_fw_destroy()
H
A
D
bnx2fc_hwi.c
1387
wake_up_interruptible(&hba->
destroy_wait
);
in bnx2fc_indicate_kcqe()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
clnt.c
54
static DECLARE_WAIT_QUEUE_HEAD(
destroy_wait
);
866
wait_event_timeout(
destroy_wait
,
in rpc_shutdown_client()
944
wake_up(&
destroy_wait
);
in rpc_release_client()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
clnt.c
55
static DECLARE_WAIT_QUEUE_HEAD(
destroy_wait
);
951
wait_event_timeout(
destroy_wait
,
in rpc_shutdown_client()
1028
wake_up(&
destroy_wait
);
in rpc_release_client()
Completed in 25 milliseconds