OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mutex_exit
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/sys/arch/aarch64/aarch64/
lock_stubs.S
61
*
mutex_exit
(): the compare-and-set need only be atomic with respect
66
ENTRY(
mutex_exit
)
function
79
END(
mutex_exit
)
lock_stubs.S
61
*
mutex_exit
(): the compare-and-set need only be atomic with respect
66
ENTRY(
mutex_exit
)
function
79
END(
mutex_exit
)
/src/sys/arch/m68k/m68k/
lock_stubs.s
110
* void
mutex_exit
(kmutex_t *mtx);
112
ENTRY(
mutex_exit
)
function
lock_stubs.s
110
* void
mutex_exit
(kmutex_t *mtx);
112
ENTRY(
mutex_exit
)
function
/src/sys/arch/sh3/sh3/
lock_stubs.S
109
* LINTSTUB: Func: void
mutex_exit
(kmutex_t *mtx);
111
ENTRY(
mutex_exit
)
function
lock_stubs.S
109
* LINTSTUB: Func: void
mutex_exit
(kmutex_t *mtx);
111
ENTRY(
mutex_exit
)
function
/src/sys/arch/sparc64/sparc64/
lock_stubs.s
70
* void
mutex_exit
(kmutex_t *);
75
ENTRY(
mutex_exit
)
function
lock_stubs.s
70
* void
mutex_exit
(kmutex_t *);
75
ENTRY(
mutex_exit
)
function
/src/sys/arch/powerpc/powerpc/
lock_stubs.S
88
* void
mutex_exit
(kmutex_t *);
90
ENTRY(
mutex_exit
)
function
lock_stubs.S
88
* void
mutex_exit
(kmutex_t *);
90
ENTRY(
mutex_exit
)
function
/src/sys/arch/sparc/sparc/
lock_stubs.s
93
* void
mutex_exit
(kmutex_t *mtx);
103
ENTRY(
mutex_exit
)
function
lock_stubs.s
93
* void
mutex_exit
(kmutex_t *mtx);
103
ENTRY(
mutex_exit
)
function
/src/sbin/fsck_lfs/
lfs_user.h
54
#define
mutex_exit
(mutex) /* empty */
macro
lfs_user.h
54
#define
mutex_exit
(mutex) /* empty */
macro
/src/sys/arch/amd64/amd64/
lock_stubs.S
69
* void
mutex_exit
(kmutex_t *mtx);
77
ENTRY(
mutex_exit
)
function
85
END(
mutex_exit
)
lock_stubs.S
69
* void
mutex_exit
(kmutex_t *mtx);
77
ENTRY(
mutex_exit
)
function
85
END(
mutex_exit
)
/src/sys/arch/vax/vax/
lock_stubs.S
75
* void
mutex_exit
(kmutex_t *);
77
ENTRY(
mutex_exit
, 0)
function
lock_stubs.S
75
* void
mutex_exit
(kmutex_t *);
77
ENTRY(
mutex_exit
, 0)
function
/src/sys/arch/i386/i386/
lock_stubs.S
81
* void
mutex_exit
(kmutex_t *mtx);
89
ENTRY(
mutex_exit
)
function
98
END(
mutex_exit
)
lock_stubs.S
81
* void
mutex_exit
(kmutex_t *mtx);
89
ENTRY(
mutex_exit
)
function
98
END(
mutex_exit
)
/src/sys/arch/mips/mips/
mips_fixup.c
645
void
mutex_exit
(kmutex_t *mtx) __stub;
657
mutex_exit
(kmutex_t *mtx)
function
/src/sys/kern/
subr_extent.c
93
#define
mutex_exit
(l) no_op()
macro
153
mutex_exit
(&ex->ex_lock);
158
mutex_exit
(&ex->ex_lock);
163
mutex_exit
(&ex->ex_lock);
175
mutex_exit
(&ex->ex_lock);
577
mutex_exit
(&ex->ex_lock);
580
mutex_exit
(&ex->ex_lock);
601
mutex_exit
(&ex->ex_lock);
732
mutex_exit
(&ex->ex_lock);
736
mutex_exit
(&ex->ex_lock)
[
all
...]
/src/sys/rump/librump/rumpkern/
locks.c
194
mutex_exit
(kmutex_t *mtx)
function
203
__strong_alias(mutex_spin_exit,
mutex_exit
);
417
mutex_exit
(mtx); /* drop and retake later */
426
mutex_exit
(p->p_lock);
locks_up.c
142
mutex_exit
(kmutex_t *mtx)
function
156
mutex_exit
(mtx);
357
* nothing between
mutex_exit
and entering rumpuser condwait
360
mutex_exit
(mtx);
391
mutex_exit
(mtx);
/src/usr.bin/fstat/
misc.c
55
#define
mutex_exit
(a)
macro
Completed in 125 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026