HomeSort by relevance Sort by last modified time
    Searched refs:locks (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dtrace/demo/lockstat/
whatlock.d 30 @locks["adaptive"] = count();
36 @locks["spin"] = count();
  /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/
uucp 35 /usr/bin/rm -rf /usr/spool/locks/* >/dev/null 2>&1 &
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
spa_misc.c 53 * There are four basic locks for managing spa_t structures:
143 * To read the configuration, it suffices to hold one of these locks as reader.
144 * To modify the configuration, you must hold all locks as writer. To modify
148 * We use these distinct config locks to avoid recursive lock entry.
153 * The spa config locks cannot be normal rwlocks because we need the
190 * other locks, and lower than all of them, to ensure that it's safe
282 spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw)
286 if (!(locks & (1 << i)))
292 spa_config_exit(spa, locks ^ (1 << i), tag);
299 spa_config_exit(spa, locks ^ (1 << i), tag)
958 int locks = SCL_STATE_ALL | oplocks; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
attrs.pm 45 perl ensures that any invocation of it implicitly locks its first
  /onnv/onnv-gate/usr/src/lib/libc/
README 39 Almost all internal libc locks (mutexes and read-write locks)
150 On return from fork_lock_enter(), no internal libc locks are held
218 deferred while locks acquired by these functions are held, making
220 and free() are permissible while holding such locks.
  /onnv/onnv-gate/usr/src/cmd/bnu/
uudemon.cleanup 113 LOCKS=/var/spool/locks # needs a comment in parms.h on USRSPOOLOCKS
290 rm -f $LOCKS/LTMP*
Makefile 74 ROOTSPLOCKS = $(ROOTSPOOL)/locks
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
Util.pm 120 Locks and unlocks an individual key of a hash. The value of a locked
146 lock_hash() locks an entire hash, making all keys and values readonly.
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
spa.h 513 /* Pool configuration locks */
514 extern int spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw);
515 extern void spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw);
516 extern void spa_config_exit(spa_t *spa, int locks, void *tag);
517 extern int spa_config_held(spa_t *spa, int locks, krw_t rw);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
errlist 85 46 No record locks available
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
typegraph.c 2965 foundlock_t *locks; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_recovery.c 706 * There must be a corresponding call to nfs4_end_op() to free up any locks
2181 locklist_t *locks, *llp; local
    [all...]
nfs4_vnops.c 15824 locklist_t *locks, *llp, *ri_llp, *tmp_llp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
fd.c 193 int locks);
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
prototype_com 491 d none var/spool/locks 755 uucp uucp
  /onnv/onnv-gate/usr/src/tools/scripts/
nightly.sh     [all...]

Completed in 2219 milliseconds