Searched refs:event_idr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 109 id = idr_alloc(&p->event_idr, ev, *restore_id, *restore_id + 1, in allocate_event_notification_slot() 118 id = idr_alloc(&p->event_idr, ev, 0, p->signal_mapped_size / 8, in allocate_event_notification_slot() 136 return idr_find(&p->event_idr, id); in lookup_event_by_id() 171 return idr_find(&p->event_idr, id); in lookup_signaled_event_by_partial_id() 181 ev = idr_find(&p->event_idr, id); in lookup_signaled_event_by_partial_id() 222 id = idr_alloc(&p->event_idr, ev, *restore_id, *restore_id + 1, in create_other_event() 230 id = idr_alloc(&p->event_idr, ev, KFD_FIRST_NONSIGNAL_EVENT_ID, in create_other_event() 246 idr_init(&p->event_idr); in kfd_event_init_process() 252 id = idr_alloc(&p->event_idr, NULL, 0, 1, GFP_KERNEL); in kfd_event_init_process() 254 idr_destroy(&p->event_idr); in kfd_event_init_process() [all …]
|
H A D | kfd_priv.h | 907 struct idr event_idr; member
|