/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | rrwlock.c | 328 rrw_init(&rrl->locks[i], track_all); in rrm_init() 337 rrw_destroy(&rrl->locks[i]); in rrm_destroy() 362 rrw_enter_read(&rrl->locks[RRM_TD_LOCK()], tag); in rrm_enter_read() 371 rrw_enter_write(&rrl->locks[i]); in rrm_enter_write() 379 if (rrl->locks[0].rr_writer == curthread) { in rrm_exit() 381 rrw_exit(&rrl->locks[i], tag); in rrm_exit() 383 rrw_exit(&rrl->locks[RRM_TD_LOCK()], tag); in rrm_exit() 391 return (rrw_held(&rrl->locks[0], rw)); in rrm_held() 393 return (rrw_held(&rrl->locks[RRM_TD_LOCK()], rw)); in rrm_held()
|
H A D | spa_misc.c | 378 spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw) in spa_config_tryenter() argument 382 if (!(locks & (1 << i))) in spa_config_tryenter() 388 spa_config_exit(spa, locks ^ (1 << i), tag); in spa_config_tryenter() 395 spa_config_exit(spa, locks ^ (1 << i), tag); in spa_config_tryenter() 407 spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw) in spa_config_enter() argument 417 if (!(locks & (1 << i))) in spa_config_enter() 436 ASSERT(wlocks_held <= locks); in spa_config_enter() 440 spa_config_exit(spa_t *spa, int locks, void *tag) in spa_config_exit() argument 444 if (!(locks & (1 << i))) in spa_config_exit() 459 spa_config_held(spa_t *spa, int locks, krw_t rw) in spa_config_held() argument [all …]
|
/titanic_41/usr/src/cmd/dtrace/demo/lockstat/ |
H A D | whatlock.d | 30 @locks["adaptive"] = count(); 36 @locks["spin"] = count();
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | uucp | 35 /usr/bin/rm -rf /usr/spool/locks/* >/dev/null 2>&1 &
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | rrwlock.h | 93 rrwlock_t locks[RRM_NUM_LOCKS]; member
|
H A D | spa.h | 720 extern int spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw); 721 extern void spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw); 722 extern void spa_config_exit(spa_t *spa, int locks, void *tag); 723 extern int spa_config_held(spa_t *spa, int locks, krw_t rw);
|
/titanic_41/usr/src/lib/libc/ |
H A D | 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 203 deferred while locks acquired by these functions are held, making 205 and free() are permissible while holding such locks.
|
/titanic_41/usr/src/lib/libunistat/common/sdbc/ |
H A D | sdbc.err | 56 NORMLOCKS = No RM locks configured
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 113 LOCKS=/var/spool/locks # needs a comment in parms.h on USRSPOOLOCKS
|
H A D | Makefile | 78 ROOTSPLOCKS = $(ROOTSPOOL)/locks
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | lock.test | 15 # focus of this script is database locks. 142 # connections, because UNIX supports reader/writer locks. Under windows,
|
H A D | trans.test | 15 # focus of this script is database locks.
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | errlist | 85 46 No record locks available
|
/titanic_41/usr/src/lib/libunistat/common/solaris/ |
H A D | solaris.err | 68 NOLCK = No record locks available.
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 2965 foundlock_t *locks; in findlocks_findmutex() local 2973 locks = mdb_zalloc(size, UM_SLEEP); in findlocks_findmutex() 2976 bcopy(fl->fl_locks, locks, osize); in findlocks_findmutex() 2980 fl->fl_locks = locks; in findlocks_findmutex()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_recovery.c | 2209 locklist_t *locks, *llp; in relock_file() local 2230 locks = flk_active_locks_for_vp(vp); in relock_file() 2231 for (llp = locks; llp != NULL; llp = llp->ll_next) { in relock_file() 2289 if (locks != NULL) in relock_file() 2290 flk_free_locklist(locks); in relock_file()
|
H A D | nfs4_vnops.c | 15875 locklist_t *locks, *llp, *ri_llp, *tmp_llp; in nfs4_reinstitute_local_lock_state() local 15895 locks = flk_active_locks_for_vp(vp); in nfs4_reinstitute_local_lock_state() 15898 for (llp = locks; llp != NULL; llp = llp->ll_next) { in nfs4_reinstitute_local_lock_state() 15994 if (locks != NULL) in nfs4_reinstitute_local_lock_state() 15995 flk_free_locklist(locks); in nfs4_reinstitute_local_lock_state()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 192 int locks); 1234 fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, int locks) in fd_cleanup() argument 1326 if (locks) { in fd_cleanup()
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README | 295 5050369 E1000g locks the system if plumb/unplumb under heavy workload and snoop.
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | README | 295 5050369 E1000g locks the system if plumb/unplumb under heavy workload and snoop.
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | SUNWcs.mf | 284 dir path=var/spool/locks group=uucp owner=uucp
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1076 their own locks while using GPE API's to protect access to GPE data
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 11008 # lm: Pointless, given that this definition locks a single screen of
|
H A D | terminfo.src | 12423 # lm: Pointless, given that this definition locks a single screen of
|