HomeSort by relevance Sort by last modified time
    Searched defs:mutex_exit (Results 1 - 4 of 4) sorted by null

  /loficc/crypto/usr/src/uts/intel/ia32/ml/
lock_prim.s 505 * mutex_enter() and mutex_exit().
508 * lock, not held) and mutex_exit() (adaptive lock, held, no waiters).
514 * If mutex_exit() gets preempted in the window between checking waiters
518 * If we interrupt a thread in mutex_exit() that has not yet cleared
520 * mutex_exit() so it will check again for waiters when it resumes.
546 mutex_exit(kmutex_t *lp)
663 ENTRY(mutex_exit) function
675 SET_SIZE(mutex_exit)
805 ENTRY(mutex_exit) function
817 SET_SIZE(mutex_exit)
    [all...]
  /loficc/crypto/usr/src/uts/sparc/v9/ml/
lock_prim.s 340 * mutex_enter() and mutex_exit().
343 * lock, not held) and mutex_exit() (adaptive lock, held, no waiters).
349 * If mutex_exit() gets preempted in the window between checking waiters
353 * If we interrupt a thread in mutex_exit() that has not yet cleared
355 * mutex_exit() so it will check again for waiters when it resumes.
377 mutex_exit(kmutex_t *lp)
429 ENTRY(mutex_exit) function
442 SET_SIZE(mutex_exit)
  /loficc/crypto/usr/src/lib/libzpool/common/
kernel.c 108 mutex_exit(kmutex_t *mp) function
  /loficc/crypto/usr/src/uts/common/nfs/
nfs4.h 963 #define mutex_exit macro
    [all...]

Completed in 240 milliseconds