Searched refs:restore_id (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_events.c | 97 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()
|
D | kfd_device_queue_manager.c | 398 uint32_t const *restore_id) in allocate_doorbell() argument 407 if (restore_id && *restore_id != q->properties.queue_id) in allocate_doorbell() 434 if (restore_id && *restore_id != valid_id) in allocate_doorbell() 439 if (restore_id) { in allocate_doorbell() 441 if (__test_and_set_bit(*restore_id, qpd->doorbell_bitmap)) in allocate_doorbell() 444 q->doorbell_id = *restore_id; in allocate_doorbell()
|