Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c96 const int *restore_id) in allocate_event_notification_slot() argument
108 if (restore_id) { in allocate_event_notification_slot()
109 id = idr_alloc(&p->event_idr, ev, *restore_id, *restore_id + 1, in allocate_event_notification_slot()
188 struct kfd_event *ev, const int *restore_id) in create_signal_event() argument
201 ret = allocate_event_notification_slot(p, ev, 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() argument
221 if (restore_id) in create_other_event()
222 id = idr_alloc(&p->event_idr, ev, *restore_id, *restore_id + 1, in create_other_event()
Dkfd_device_queue_manager.c320 uint32_t const *restore_id) in allocate_doorbell() argument
329 if (restore_id && *restore_id != q->properties.queue_id) in allocate_doorbell()
347 if (restore_id && *restore_id != valid_id) in allocate_doorbell()
352 if (restore_id) { in allocate_doorbell()
354 if (__test_and_set_bit(*restore_id, qpd->doorbell_bitmap)) in allocate_doorbell()
357 q->doorbell_id = *restore_id; in allocate_doorbell()