Home
last modified time | relevance | path

Searched refs:kfd_event (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c41 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 *ev) in event_can_be_gpu_signaled()
[all …]
Dkfd_events.h53 struct kfd_event { struct