Searched refs:kfd_event (Results 1 – 2 of 2) sorted by relevance
51 struct kfd_event *event;220 static struct kfd_event *lookup_event_by_id(struct kfd_process *p, uint32_t id) in lookup_event_by_id()222 struct kfd_event *ev; in lookup_event_by_id()282 static struct kfd_event *lookup_event_by_page_slot(struct kfd_process *p, in lookup_event_by_page_slot()291 struct kfd_event *ev) in create_signal_event()328 static int create_other_event(struct kfd_process *p, struct kfd_event *ev) in create_other_event()346 static void destroy_event(struct kfd_process *p, struct kfd_event *ev) in destroy_event()366 struct kfd_event *ev; in destroy_events()396 static bool event_can_be_gpu_signaled(const struct kfd_event *ev) in event_can_be_gpu_signaled()402 static bool event_can_be_cpu_signaled(const struct kfd_event *ev) in event_can_be_cpu_signaled()[all …]
48 struct kfd_event { struct