HomeSort by: relevance | last modified time | path
    Searched refs:event_mutex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.c 130 * Assumes that p->event_mutex is held and of course that p is not going
237 mutex_init(&p->event_mutex);
346 mutex_lock(&p->event_mutex);
369 mutex_unlock(&p->event_mutex);
380 mutex_lock(&p->event_mutex);
389 mutex_unlock(&p->event_mutex);
399 * protected by the p->event_mutex, which is also held when
416 mutex_lock(&p->event_mutex);
425 mutex_unlock(&p->event_mutex);
440 mutex_lock(&p->event_mutex);
    [all...]
kfd_priv.h 705 struct mutex event_mutex; member in struct:kfd_process

Completed in 12 milliseconds