OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xbdi_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
xbdback_xenbus.c
109
* event channels, biointr() soft interrupts, xenbus commands), the
xbdi_lock
193
kmutex_t
xbdi_lock
;
member in struct:xbdback_instance
239
KASSERT(mutex_owned(&xbdip->
xbdi_lock
)); \
245
KASSERT(mutex_owned(&xbdip->
xbdi_lock
)); \
373
mutex_init(&xbdi->
xbdi_lock
, MUTEX_DEFAULT, IPL_BIO);
376
mutex_enter(&xbdi->
xbdi_lock
);
378
mutex_exit(&xbdi->
xbdi_lock
);
522
mutex_destroy(&xbdi->
xbdi_lock
);
671
mutex_enter(&xbdi->
xbdi_lock
);
673
mutex_exit(&xbdi->
xbdi_lock
);
[
all
...]
xbdback_xenbus.c
109
* event channels, biointr() soft interrupts, xenbus commands), the
xbdi_lock
193
kmutex_t
xbdi_lock
;
member in struct:xbdback_instance
239
KASSERT(mutex_owned(&xbdip->
xbdi_lock
)); \
245
KASSERT(mutex_owned(&xbdip->
xbdi_lock
)); \
373
mutex_init(&xbdi->
xbdi_lock
, MUTEX_DEFAULT, IPL_BIO);
376
mutex_enter(&xbdi->
xbdi_lock
);
378
mutex_exit(&xbdi->
xbdi_lock
);
522
mutex_destroy(&xbdi->
xbdi_lock
);
671
mutex_enter(&xbdi->
xbdi_lock
);
673
mutex_exit(&xbdi->
xbdi_lock
);
[
all
...]
Completed in 108 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025