OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUMPUSER_MTX_SPIN
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_pth.c
166
return (mtx->flags &
RUMPUSER_MTX_SPIN
) != 0;
195
if (mtx->flags &
RUMPUSER_MTX_SPIN
) {
210
assert(mtx->flags &
RUMPUSER_MTX_SPIN
);
545
if ((mtx->flags & (
RUMPUSER_MTX_SPIN
| RUMPUSER_MTX_KMUTEX)) ==
546
(
RUMPUSER_MTX_SPIN
| RUMPUSER_MTX_KMUTEX)) {
rumpfiber.c
700
return (mtx->flags &
RUMPUSER_MTX_SPIN
) != 0;
941
if ((mtx->flags & (RUMPUSER_MTX_KMUTEX |
RUMPUSER_MTX_SPIN
)) ==
942
(RUMPUSER_MTX_KMUTEX |
RUMPUSER_MTX_SPIN
)) {
/src/sys/rump/include/rump/
rumpuser.h
193
#define
RUMPUSER_MTX_SPIN
0x01
/src/sys/rump/librump/rumpkern/
scheduler.c
158
rumpuser_mutex_init(&lwp0mtx,
RUMPUSER_MTX_SPIN
);
172
rumpuser_mutex_init(&rcpu->rcpu_mtx,
RUMPUSER_MTX_SPIN
);
threads.c
99
rumpuser_mutex_init(&thrmtx,
RUMPUSER_MTX_SPIN
);
locks.c
136
ruflags |=
RUMPUSER_MTX_SPIN
;
intr.c
330
rumpuser_mutex_init(&sicpumtx,
RUMPUSER_MTX_SPIN
);
rump.c
281
rumpuser_mutex_init(&rump_giantlock,
RUMPUSER_MTX_SPIN
);
Completed in 32 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025