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:event_free
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
fweh.c
233
goto
event_free
;
in brcmf_fweh_event_worker()
259
goto
event_free
;
in brcmf_fweh_event_worker()
273
event_free
:
in brcmf_fweh_event_worker()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
fweh.c
233
goto
event_free
;
in brcmf_fweh_event_worker()
259
goto
event_free
;
in brcmf_fweh_event_worker()
273
event_free
:
in brcmf_fweh_event_worker()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gpu.c
826
init_completion(&gpu->
event_free
);
in etnaviv_gpu_init()
829
complete(&gpu->
event_free
);
in etnaviv_gpu_init()
1053
complete(&gpu->
event_free
);
in etnaviv_gpu_recover_hang()
1150
ret = wait_for_completion_timeout(&gpu->
event_free
, timeout);
in event_alloc()
1177
complete(&gpu->
event_free
);
in event_alloc()
1182
static void
event_free
(struct etnaviv_gpu *gpu, unsigned int event)
in event_free()
function
1189
complete(&gpu->
event_free
);
in event_free()
1364
event_free
(gpu, event[i]);
in etnaviv_gpu_submit()
1410
event_free
(gpu, gpu->sync_point_event);
in sync_point_worker()
1502
event_free
(gp
in irq_handler()
[all...]
H
A
D
etnaviv_gpu.h
113
struct completion
event_free
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gpu.c
866
init_completion(&gpu->
event_free
);
in etnaviv_gpu_init()
869
complete(&gpu->
event_free
);
in etnaviv_gpu_init()
1163
remaining = wait_for_completion_timeout(&gpu->
event_free
, timeout);
in event_alloc()
1201
complete(&gpu->
event_free
);
in event_alloc()
1206
static void
event_free
(struct etnaviv_gpu *gpu, unsigned int event)
in event_free()
function
1213
complete(&gpu->
event_free
);
in event_free()
1381
event_free
(gpu, event[i]);
in etnaviv_gpu_submit()
1427
event_free
(gpu, gpu->sync_point_event);
in sync_point_worker()
1465
event_free
(gpu, i);
in etnaviv_gpu_recover_hang()
1580
event_free
(gp
in irq_handler()
[all...]
H
A
D
etnaviv_gpu.h
126
struct completion
event_free
;
member
Completed in 6 milliseconds