/src/sys/arch/xen/xen/ |
xengnt.c | 90 kmutex_t grant_lock; variable in typeref:typename:kmutex_t 150 mutex_init(&grant_lock, MUTEX_DEFAULT, IPL_VM); 189 mutex_enter(&grant_lock); 196 mutex_exit(&grant_lock); 208 mutex_enter(&grant_lock); 225 mutex_exit(&grant_lock); 237 KASSERT(mutex_owned(&grant_lock)); 310 KASSERT(mutex_owned(&grant_lock)); 404 KASSERT(mutex_owned(&grant_lock)); 428 mutex_enter(&grant_lock); [all...] |
xengnt.c | 90 kmutex_t grant_lock; variable in typeref:typename:kmutex_t 150 mutex_init(&grant_lock, MUTEX_DEFAULT, IPL_VM); 189 mutex_enter(&grant_lock); 196 mutex_exit(&grant_lock); 208 mutex_enter(&grant_lock); 225 mutex_exit(&grant_lock); 237 KASSERT(mutex_owned(&grant_lock)); 310 KASSERT(mutex_owned(&grant_lock)); 404 KASSERT(mutex_owned(&grant_lock)); 428 mutex_enter(&grant_lock); [all...] |
xengnt.c | 90 kmutex_t grant_lock; variable in typeref:typename:kmutex_t 150 mutex_init(&grant_lock, MUTEX_DEFAULT, IPL_VM); 189 mutex_enter(&grant_lock); 196 mutex_exit(&grant_lock); 208 mutex_enter(&grant_lock); 225 mutex_exit(&grant_lock); 237 KASSERT(mutex_owned(&grant_lock)); 310 KASSERT(mutex_owned(&grant_lock)); 404 KASSERT(mutex_owned(&grant_lock)); 428 mutex_enter(&grant_lock); [all...] |
/src/sys/kern/ |
vfs_trans.c | 124 static bool grant_lock(const struct fstrans_mount_info *, 501 grant_lock(const struct fstrans_mount_info *fmi, function in typeref:typename:bool 540 if (__predict_true(grant_lock(fmi, lock_type))) { 553 while (! grant_lock(fmi, lock_type)) 682 if (grant_lock(fmi, fli->fli_lock_type))
|
vfs_trans.c | 124 static bool grant_lock(const struct fstrans_mount_info *, 501 grant_lock(const struct fstrans_mount_info *fmi, function in typeref:typename:bool 540 if (__predict_true(grant_lock(fmi, lock_type))) { 553 while (! grant_lock(fmi, lock_type)) 682 if (grant_lock(fmi, fli->fli_lock_type))
|
vfs_trans.c | 124 static bool grant_lock(const struct fstrans_mount_info *, 501 grant_lock(const struct fstrans_mount_info *fmi, function in typeref:typename:bool 540 if (__predict_true(grant_lock(fmi, lock_type))) { 553 while (! grant_lock(fmi, lock_type)) 682 if (grant_lock(fmi, fli->fli_lock_type))
|