Searched refs:unlocked (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu_asm.s | 198 ! 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
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 295 int unlocked; in pr_control() local 459 error = pr_watch(pnp, &argp->prwatch, &unlocked); in pr_control() 460 if (error && unlocked) in pr_control() 465 error = pr_agent(pnp, argp->prgregset, &unlocked); in pr_control() 466 if (error && unlocked) in pr_control() 725 int unlocked; in pr_control32() local 917 error = pr_watch(pnp, &prwatch, &unlocked); in pr_control32() 918 if (error && unlocked) in pr_control32() 934 error = pr_agent(pnp, prgregset, &unlocked); in pr_control32() 935 if (error && unlocked) in pr_control32() [all …]
|
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | lock.s | 43 / - clear lock and force it to appear unlocked in memory.
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | lock.s | 44 / - clear lock and force it to appear unlocked in memory.
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_spt.c | 2462 rctl_qty_t unlocked = 0; in spt_unlockedbytes() local 2466 unlocked += PAGESIZE; in spt_unlockedbytes() 2468 return (unlocked); in spt_unlockedbytes() 2568 rctl_qty_t *unlocked) in spt_unlockpages() argument 2610 *unlocked += PAGESIZE; in spt_unlockpages() 2655 rctl_qty_t unlocked = 0; in segspt_shmlockop() local 2721 unlocked = spt_unlockedbytes(npages, &ppa[ppa_idx]); in segspt_shmlockop() 2724 if (rctl_incr_locked_mem(p, proj, unlocked, 0)) { in segspt_shmlockop() 2736 if ((unlocked - locked) > 0) { in segspt_shmlockop() 2738 (unlocked - locked), 0); in segspt_shmlockop() [all …]
|
/titanic_50/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 680 int unlocked = 0; in do_ioctl() local 710 unlocked = 1; in do_ioctl() 733 if (unlocked) { in do_ioctl() 746 if (config_locked && unlocked) { in do_ioctl() 749 if (unlocked) { in do_ioctl() 2169 static int unlocked = 0; local 2177 if (unlocked && !ii_lock(cfg, CFG_RDLOCK)) { 2188 unlocked = 1; 2205 unlocked = 0; 2212 unlocked = 1; [all …]
|
/titanic_50/usr/src/uts/sun4v/ml/ |
H A D | mach_proc_init.s | 136 ! install an unlocked entry
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | swtch.s | 287 ! been unlocked. this mutex is unlocked when
|
/titanic_50/usr/src/uts/sun4u/serengeti/ml/ |
H A D | sbdp_asm.s | 201 ! Flush all unlocked dtlb's & itlb's
|
/titanic_50/usr/src/uts/sun4u/starfire/ml/ |
H A D | idn_asm.s | 360 clrb [%g5 + IV_READY] ! cur->iv_ready = 0 (unlocked)
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_asm.s | 3160 ! NOTE: We assume that we'll be successful in finding an unlocked 3248 ! We found an unlocked or invalid entry; we'll explicitly load
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 16397 several places where mutexes/semaphores were being unlocked
|