Searched refs:locks (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/lockstat/
H A Dwhatlock.d30 @locks["adaptive"] = count();
36 @locks["spin"] = count();
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A Duucp35 /usr/bin/rm -rf /usr/spool/locks/* >/dev/null 2>&1 &
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c46 * then grab a write lock without first dropping all read locks, and
55 * to enter multiple and unique rrwlock_ts for read locks at the same time.
310 * A reader-mostly lock implementation, tuning above reader-writer locks
313 * The idea is to split single busy lock into array of locks, so that
316 * Writer same time has to sequentially aquire write on all the locks.
328 rrw_init(&rrl->locks[i], track_all);
337 rrw_destroy(&rrl->locks[i]);
362 rrw_enter_read(&rrl->locks[RRM_TD_LOCK()], tag);
371 rrw_enter_write(&rrl->locks[i]);
379 if (rrl->locks[
[all...]
H A Dspa_misc.c60 * There are four basic locks for managing spa_t structures:
150 * To read the configuration, it suffices to hold one of these locks as reader.
151 * To modify the configuration, you must hold all locks as writer. To modify
155 * We use these distinct config locks to avoid recursive lock entry.
160 * The spa config locks cannot be normal rwlocks because we need the
197 * other locks, and lower than all of them, to ensure that it's safe
385 spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw) argument
389 if (!(locks & (1 << i)))
395 spa_config_exit(spa, locks & ((1 << i) - 1),
403 spa_config_exit(spa, locks
416 spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw) argument
449 spa_config_exit(spa_t *spa, int locks, void *tag) argument
468 spa_config_held(spa_t *spa, int locks, krw_t rw) argument
1181 int locks = SCL_STATE_ALL | oplocks; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drrwlock.h85 * A reader-mostly lock implementation, tuning above reader-writer locks
93 rrwlock_t locks[RRM_NUM_LOCKS]; member in struct:rrmlock
H A Dspa.h729 /* Pool configuration locks */
730 extern int spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw);
731 extern void spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw);
732 extern void spa_config_exit(spa_t *spa, int locks, void *tag);
733 extern int spa_config_held(spa_t *spa, int locks, krw_t rw);
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup113 LOCKS=/var/spool/locks # needs a comment in parms.h on USRSPOOLOCKS
H A DMakefile78 ROOTSPLOCKS = $(ROOTSPOOL)/locks
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist85 46 No record locks available
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2965 foundlock_t *locks; local
2973 locks = mdb_zalloc(size, UM_SLEEP);
2976 bcopy(fl->fl_locks, locks, osize);
2980 fl->fl_locks = locks;
3058 * We have our type. Now iterate for locks. Note that we don't yet
3059 * deal with locks in flexible array members.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c717 * There must be a corresponding call to nfs4_end_op() to free up any locks
2195 * Reclaim all the active (acquired) locks for the given file.
2209 locklist_t *locks, *llp; local
2225 * and mark its remaining locks (if any) as belonging to NOPID, so
2230 locks = flk_active_locks_for_vp(vp);
2231 for (llp = locks; llp != NULL; llp = llp->ll_next) {
2289 if (locks != NULL)
2290 flk_free_locklist(locks);
2484 * Reopen all the files for the given filesystem and reclaim any locks.
H A Dnfs4_vnops.c1973 * (in the absence of locks).
2267 * We could attempt to clean up locks, except we're sure
2268 * that the current process didn't acquire any locks on
2287 * release all of the SYSV style record locks. Otherwise,
2289 * of the network locks. All of the locks held by this
10517 * Don't allow concurrent locks and mapping if mandatory locking is
10924 * locks, this is so that the process gets the latest bits from the
10928 * allow unlocks to succeed, to avoid having orphan locks on the
11903 * structure without requiring any other locks
15855 locklist_t *locks, *llp, *ri_llp, *tmp_llp; local
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c192 int locks);
1227 * If the locks parameter is nonzero, then all mutexes, semaphores and
1234 fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, int locks) argument
1326 if (locks) {
1360 * Similarly, the locks parameter is also set to 1.

Completed in 176 milliseconds