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:kfd_event
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_events.c
41
struct
kfd_event
*event; /* Event to wait for */
95
struct
kfd_event
*ev)
in allocate_event_notification_slot()
128
static struct
kfd_event
*lookup_event_by_id(struct kfd_process *p, uint32_t id)
in lookup_event_by_id()
150
static struct
kfd_event
*lookup_signaled_event_by_partial_id(
in lookup_signaled_event_by_partial_id()
153
struct
kfd_event
*ev;
in lookup_signaled_event_by_partial_id()
183
struct
kfd_event
*ev)
in create_signal_event()
212
static int create_other_event(struct kfd_process *p, struct
kfd_event
*ev)
in create_other_event()
238
static void destroy_event(struct kfd_process *p, struct
kfd_event
*ev)
in destroy_event()
257
struct
kfd_event
*ev;
in destroy_events()
287
static bool event_can_be_gpu_signaled(const struct
kfd_event
*e
[all...]
H
A
D
kfd_events.h
53
struct
kfd_event
{
struct
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_events.c
41
struct
kfd_event
*event; /* Event to wait for */
95
struct
kfd_event
*ev,
in allocate_event_notification_slot()
134
static struct
kfd_event
*lookup_event_by_id(struct kfd_process *p, uint32_t id)
in lookup_event_by_id()
156
static struct
kfd_event
*lookup_signaled_event_by_partial_id(
in lookup_signaled_event_by_partial_id()
159
struct
kfd_event
*ev;
in lookup_signaled_event_by_partial_id()
188
struct
kfd_event
*ev, const int *restore_id)
in create_signal_event()
217
static int create_other_event(struct kfd_process *p, struct
kfd_event
*ev, const int *restore_id)
in create_other_event()
261
static void destroy_event(struct kfd_process *p, struct
kfd_event
*ev)
in destroy_event()
282
struct
kfd_event
*ev;
in destroy_events()
314
static bool event_can_be_gpu_signaled(const struct
kfd_event
*e
[all...]
H
A
D
kfd_events.h
54
struct
kfd_event
{
struct
Completed in 3 milliseconds