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

  /netvirt/usr/src/uts/intel/ia32/ml/
lock_prim.s 512 * mutex_enter() and mutex_exit().
515 * lock, not held) and mutex_exit() (adaptive lock, held, no waiters).
521 * If mutex_exit() gets preempted in the window between checking waiters
525 * If we interrupt a thread in mutex_exit() that has not yet cleared
527 * mutex_exit() so it will check again for waiters when it resumes.
553 mutex_exit(kmutex_t *lp)
670 ENTRY(mutex_exit) function
682 SET_SIZE(mutex_exit)
812 ENTRY(mutex_exit) function
824 SET_SIZE(mutex_exit)
    [all...]
  /netvirt/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)
  /netvirt/usr/src/uts/common/sys/nxge/
nxge_serialize.h 76 #define mutex_exit(a) mutex_unlock(a) macro
  /netvirt/usr/src/lib/libzpool/common/
kernel.c 143 mutex_exit(kmutex_t *mp) function
  /netvirt/usr/src/uts/common/nfs/
nfs4.h 977 #define mutex_exit macro
    [all...]

Completed in 420 milliseconds