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

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dlock.s43 / - clear lock and force it to appear unlocked in memory.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlock.s44 / - clear lock and force it to appear unlocked in memory.
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s198 ! this erratum, we scan the T16 top down for an unlocked TTE and
222 bz %icc, 2f ! If unlocked, go displace
229 call panic ! found no unlocked TTE so
235 ! We have found an unlocked or non-valid entry; we'll explicitly load
290 set MMU_TAG_ACCESS_EXT, %o4 ! can go into T8 if unlocked
297 stxa %o0,[%o5]ASI_DMMU ! Load unlocked TTE
320 bz,pn %icc, 4f ! If unlocked, go displace
343 call panic ! found no unlocked TTE so
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h96 uint_t unlocked :1; member in struct:md_rendelta_status
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c295 int unlocked; local
459 error = pr_watch(pnp, &argp->prwatch, &unlocked);
460 if (error && unlocked)
465 error = pr_agent(pnp, argp->prgregset, &unlocked);
466 if (error && unlocked)
725 int unlocked; local
917 error = pr_watch(pnp, &prwatch, &unlocked);
918 if (error && unlocked)
934 error = pr_agent(pnp, prgregset, &unlocked);
935 if (error && unlocked)
1842 pr_watch(prnode_t *pnp, prwatch_t *pwp, int *unlocked) argument
1971 pr_agent(prnode_t *pnp, prgregset_t prgregset, int *unlocked) argument
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.c1037 * for unlocked pages
2462 rctl_qty_t unlocked = 0; local
2466 unlocked += PAGESIZE;
2468 return (unlocked);
2568 rctl_qty_t *unlocked)
2610 *unlocked += PAGESIZE;
2620 * until at least NLCK pages have been unlocked.
2655 rctl_qty_t unlocked = 0; local
2721 unlocked = spt_unlockedbytes(npages, &ppa[ppa_idx]);
2724 if (rctl_incr_locked_mem(p, proj, unlocked,
2567 spt_unlockpages(struct seg *seg, pgcnt_t anon_index, pgcnt_t npages, rctl_qty_t *unlocked) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.s136 ! install an unlocked entry
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c680 int unlocked = 0; local
710 unlocked = 1;
733 if (unlocked) {
746 if (config_locked && unlocked) {
749 if (unlocked) {
2169 static int unlocked = 0; local
2177 if (unlocked && !ii_lock(cfg, CFG_RDLOCK)) {
2188 unlocked = 1;
2205 unlocked = 0;
2212 unlocked
2966 static int unlocked = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s287 ! been unlocked. this mutex is unlocked when
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s201 ! Flush all unlocked dtlb's & itlb's
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s360 clrb [%g5 + IV_READY] ! cur->iv_ready = 0 (unlocked)
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c706 ASSERT(!(r->txn_stat.unlocked)); /* "has been unlocked" */
721 r->txn_stat.unlocked = TRUE;
1259 r->txn_stat.unlocked? "unlocked" : "");
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s3160 ! NOTE: We assume that we'll be successful in finding an unlocked
3178 ! We found an unlocked or invalid entry; we'll explicitly load
3230 ! NOTE: We assume that we'll be successful in finding an unlocked
3248 ! We found an unlocked or invalid entry; we'll explicitly load

Completed in 395 milliseconds