OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grant_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
xengnt.c
90
kmutex_t
grant_lock
;
variable
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
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))
Completed in 32 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026