Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c42 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 *ev) in event_can_be_gpu_signaled()
[all …]
Dkfd_events.h54 struct kfd_event { struct