Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c97 const int *restore_id) in allocate_event_notification_slot() argument
109 if (restore_id) { in allocate_event_notification_slot()
110 id = idr_alloc(&p->event_idr, ev, *restore_id, *restore_id + 1, in allocate_event_notification_slot()
189 struct kfd_event *ev, const int *restore_id) in create_signal_event() argument
202 ret = allocate_event_notification_slot(p, ev, 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() argument
222 if (restore_id) in create_other_event()
223 id = idr_alloc(&p->event_idr, ev, *restore_id, *restore_id + 1, in create_other_event()