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

  /src/sys/external/bsd/drm2/include/linux/
kfifo.h 43 kmutex_t kfm_lock; member in struct:kfifo_meta
78 mutex_init(&meta->kfm_lock, MUTEX_DEFAULT, IPL_VM);
88 mutex_destroy(&meta->kfm_lock);
121 mutex_destroy(&meta->kfm_lock);
154 mutex_spin_enter(&meta->kfm_lock);
174 mutex_spin_exit(&meta->kfm_lock);
189 mutex_spin_enter(&meta->kfm_lock);
212 mutex_spin_exit(&meta->kfm_lock);
227 mutex_spin_enter(&meta->kfm_lock);
249 mutex_spin_exit(&meta->kfm_lock);
    [all...]
kfifo.h 43 kmutex_t kfm_lock; member in struct:kfifo_meta
78 mutex_init(&meta->kfm_lock, MUTEX_DEFAULT, IPL_VM);
88 mutex_destroy(&meta->kfm_lock);
121 mutex_destroy(&meta->kfm_lock);
154 mutex_spin_enter(&meta->kfm_lock);
174 mutex_spin_exit(&meta->kfm_lock);
189 mutex_spin_enter(&meta->kfm_lock);
212 mutex_spin_exit(&meta->kfm_lock);
227 mutex_spin_enter(&meta->kfm_lock);
249 mutex_spin_exit(&meta->kfm_lock);
    [all...]

Completed in 45 milliseconds