/titanic_41/usr/src/uts/sparc/v9/syscall/ |
H A D | install_utrap.c | 88 tmp = atomic_cas_ptr(&p->p_utraps, NULL, sv); in install_utrap() 102 tmp = atomic_cas_ptr(&p->p_utraps[idx], ov, nv); in install_utrap() 232 tmp = atomic_cas_ptr(&p->p_utraps, NULL, sv); in sparc_utrap_install() 246 tmp = atomic_cas_ptr(&p->p_utraps[idx], ov, nvp); in sparc_utrap_install()
|
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | systrace.c | 167 (void) atomic_cas_ptr(&sysent[sysnum].sy_callc, in systrace_enable() 171 (void) atomic_cas_ptr(&sysent32[sysnum].sy_callc, in systrace_enable() 187 (void) atomic_cas_ptr(&sysent[sysnum].sy_callc, in systrace_disable() 192 (void) atomic_cas_ptr(&sysent32[sysnum].sy_callc, in systrace_disable()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | prom_subr.c | 274 prcp = atomic_cas_ptr((void *)&prom_cpu, NULL, cp); in kern_preprom() 311 prcp = atomic_cas_ptr((void *)&prom_cpu, NULL, cp); in kern_preprom()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | x_call.c | 172 } while (atomic_cas_ptr(queue, old_head, msg) != old_head); in xc_insert() 189 } while (atomic_cas_ptr(queue, old_head, old_head->xc_next) != in xc_extract() 613 (void) atomic_cas_ptr(&cpup->cpu_m.xc_msgbox, in xc_priority_common()
|
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_main.c | 100 osp = atomic_cas_ptr(&ao_shared[chipid], NULL, sp); in ao_ms_init()
|
/titanic_41/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_main.c | 87 osp = atomic_cas_ptr(&gcpu_shared[chipid], NULL, sp); in gcpu_init()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | ppage.c | 190 if (atomic_cas_ptr(&ppmap_vaddrs[index], in ppmapin() 320 if (atomic_cas_ptr(myslot, NULL, va) == NULL) in pp_load_tlb()
|
/titanic_41/usr/src/common/atomic/amd64/ |
H A D | atomic.s | 39 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function) 477 ALTENTRY(atomic_cas_ptr) 482 SET_SIZE(atomic_cas_ptr)
|
/titanic_41/usr/src/uts/common/os/ |
H A D | errorq.c | 558 if (atomic_cas_ptr(&eqp->eq_pend, old, eep) == old) in errorq_dispatch() 608 if (atomic_cas_ptr(&eqp->eq_pend, eep, NULL) == eep) in errorq_drain() 920 if (atomic_cas_ptr(&eqp->eq_pend, old, eqep) == old) in errorq_commit()
|
H A D | mutex.c | 246 if (atomic_cas_ptr(&panic_mutex_addr, NULL, lp) == NULL) in mutex_panic()
|
H A D | rwlock.c | 220 if (atomic_cas_ptr(&panic_rwlock_addr, NULL, lp) == NULL) in rw_panic()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | atomic.h | 202 extern void *atomic_cas_ptr(volatile void *, void *, void *);
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | ppage.c | 162 if (atomic_cas_ptr(&ppmap_vaddrs[nset], va, NULL) == in ppmapin()
|
/titanic_41/usr/src/common/atomic/i386/ |
H A D | atomic.s | 40 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function) 584 ALTENTRY(atomic_cas_ptr) 591 SET_SIZE(atomic_cas_ptr)
|
/titanic_41/usr/src/uts/intel/asm/ |
H A D | atomic.h | 193 atomic_cas_ptr(volatile void *target, void *cmp, void *new) in atomic_cas_ptr() function
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 698 } while (atomic_cas_ptr(&node_tp, _p, _np) != _p); \ 788 } while (atomic_cas_ptr(&door_tp, _p, _np) != _p); \ 1546 } while (atomic_cas_ptr(&conn_tp, _p, _np) != _p); \ 1768 } while (atomic_cas_ptr((void *)&nca_counter_tp, (void *)_otp, \
|
/titanic_41/usr/src/uts/common/io/ |
H A D | smbios.c | 81 if (atomic_cas_ptr(&smb_clones[c].c_hdl, NULL, ksmbios) == NULL) in smb_open()
|
H A D | ksyms.c | 250 if (atomic_cas_ptr(&ksyms_clones[clone].ksyms_base, 0, addr) == in ksyms_open()
|
/titanic_41/usr/src/common/atomic/sparc/ |
H A D | atomic.s | 40 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function) 626 ALTENTRY(atomic_cas_ptr) 632 SET_SIZE(atomic_cas_ptr)
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 610 atomic_cas_ptr(volatile void *target, void *cmp, void *new) in atomic_cas_ptr() function
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | sysdc.c | 685 } while (atomic_cas_ptr(headp, head, sdc) != head); in sysdc_activate() 806 } while (atomic_cas_ptr(headp, tail, head) != tail); in sysdc_update()
|
/titanic_41/usr/src/common/atomic/sparcv9/ |
H A D | atomic.s | 49 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function) 766 ALTENTRY(atomic_cas_ptr) 772 SET_SIZE(atomic_cas_ptr)
|
/titanic_41/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_publish.c | 114 if (atomic_cas_ptr(evcpp, NULL, evc) != NULL) in bind_channel()
|
/titanic_41/usr/src/common/atomic/ |
H A D | atomic.c | 434 atomic_cas_ptr(volatile void *target, void *cmp, void *new) in atomic_cas_ptr() function
|
/titanic_41/usr/src/uts/common/fs/portfs/ |
H A D | port_fop.c | 296 if (atomic_cas_ptr(&fop_femop, NULL, femp) != NULL) { in port_fop_femop() 314 if (atomic_cas_ptr(&fop_fsemop, NULL, fsemp) != NULL) { in port_fop_fsemop() 1090 if (atomic_cas_ptr(&vp->v_fopdata, NULL, npvp) != NULL) { in port_install_fopdata()
|