Searched refs:kfd_event (Results 1 – 2 of 2) sorted by relevance
42 struct kfd_event *event; /* Event to wait for */96 struct kfd_event *ev, in allocate_event_notification_slot()135 static struct kfd_event *lookup_event_by_id(struct kfd_process *p, uint32_t id) in lookup_event_by_id()157 static struct kfd_event *lookup_signaled_event_by_partial_id( in lookup_signaled_event_by_partial_id()160 struct kfd_event *ev; in lookup_signaled_event_by_partial_id()189 struct kfd_event *ev, const int *restore_id) in create_signal_event()218 static int create_other_event(struct kfd_process *p, struct kfd_event *ev, const int *restore_id) in create_other_event()262 static void destroy_event(struct kfd_process *p, struct kfd_event *ev) in destroy_event()283 struct kfd_event *ev; in destroy_events()315 static bool event_can_be_gpu_signaled(const struct kfd_event *ev) in event_can_be_gpu_signaled()[all …]
54 struct kfd_event { struct