Searched refs:atomic_swap_ptr (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Datomic.h217 extern void *atomic_swap_ptr(volatile void *, void *);
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h234 * We don't use the above macro here because atomic_swap_ptr has an
239 atomic_swap_ptr(volatile void *target, void *val) function
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s515 ALTENTRY(atomic_swap_ptr) function
520 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c650 atomic_swap_ptr(volatile void *target, void *new) function
/illumos-gate/usr/src/common/atomic/
H A Datomic.c499 atomic_swap_ptr(volatile void *target, void *new) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s633 ALTENTRY(atomic_swap_ptr) function
641 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s844 ALTENTRY(atomic_swap_ptr) function
860 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c751 head = atomic_swap_ptr(headp, &sysdc_dummy);
/illumos-gate/usr/src/man/man3c/
H A DMakefile692 atomic_swap_ptr.3c \
1530 atomic_swap_ptr.3c := LINKSRC = atomic_swap.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile643 atomic_swap_ptr.9f \
1360 atomic_swap_ptr.9f := LINKSRC = atomic_swap.9f

Completed in 107 milliseconds