HomeSort by: relevance | last modified time | path
    Searched defs:mutex_exit (Results 1 - 19 of 19) sorted by relevancy

  /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)
  /src/sys/arch/m68k/m68k/
lock_stubs.s 100 * void mutex_exit(kmutex_t *mtx);
102 ENTRY(mutex_exit) function
  /src/sys/arch/sparc64/sparc64/
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
  /src/sys/arch/sh3/sh3/
lock_stubs.S 109 * LINTSTUB: Func: void mutex_exit(kmutex_t *mtx);
111 ENTRY(mutex_exit) function
  /src/sys/arch/sparc/sparc/
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
  /src/sys/arch/amd64/amd64/
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
  /src/sys/arch/i386/i386/
lock_stubs.S 81 * void mutex_exit(kmutex_t *mtx);
89 ENTRY(mutex_exit) function
98 END(mutex_exit)
  /src/sys/kern/
subr_extent.c 90 #define mutex_exit(l) no_op() macro
149 mutex_exit(&ex->ex_lock);
154 mutex_exit(&ex->ex_lock);
159 mutex_exit(&ex->ex_lock);
171 mutex_exit(&ex->ex_lock);
573 mutex_exit(&ex->ex_lock);
576 mutex_exit(&ex->ex_lock);
597 mutex_exit(&ex->ex_lock);
728 mutex_exit(&ex->ex_lock);
732 mutex_exit(&ex->ex_lock)
    [all...]
subr_vmem.c 132 #define mutex_exit(a) __nothing macro
161 #define VMEM_UNLOCK(vm) mutex_exit(&(vm)->vm_lock)
278 mutex_exit(&vmem_btag_lock);
285 mutex_exit(&vmem_btag_refill_lock);
387 mutex_exit(&vmem_btag_lock);
1053 mutex_exit(&vmem_list_lock);
1105 mutex_exit(&vmem_list_lock);
1582 mutex_exit(&vmem_list_lock);
  /src/usr.sbin/makefs/ffs/
buf.h 137 #define mutex_exit(m) macro
  /src/usr.bin/fstat/
misc.c 55 #define mutex_exit(a) macro
  /src/sys/rump/librump/rumpkern/
locks.c 194 mutex_exit(kmutex_t *mtx) function in typeref:typename:void
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 in typeref:typename:void
156 mutex_exit(mtx);
357 * nothing between mutex_exit and entering rumpuser condwait
360 mutex_exit(mtx);
391 mutex_exit(mtx);
  /src/sys/arch/mips/mips/
mips_fixup.c 645 void mutex_exit(kmutex_t *mtx) __stub;
657 mutex_exit(kmutex_t *mtx) function in typeref:typename:void
  /src/tests/sys/uvm/
t_uvm_physseg.c 117 #define mutex_exit(l) macro
t_uvm_physseg_load.c 115 #define mutex_exit(l) macro

Completed in 22 milliseconds