Searched refs:atomic_clear_long_excl (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h182 { result = atomic_clear_long_excl(&(BT_WIM(bitmap, bitindex)), \
H A Datomic.h229 extern int atomic_clear_long_excl(volatile ulong_t *, uint_t);
H A Dcpuvar.h531 { result = atomic_clear_long_excl(&(set), (cpu)); }
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h86 !atomic_clear_long_excl(((ulong_t *)(void *)(p)) + ((b) >> 6), \
103 !atomic_clear_long_excl(((ulong_t *)(void *)p) + (b >> 5), (b & 0x1f))
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s534 ENTRY(atomic_clear_long_excl) function
542 SET_SIZE(atomic_clear_long_excl)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c665 atomic_clear_long_excl(volatile ulong_t *target, uint_t value) function
/illumos-gate/usr/src/common/atomic/
H A Datomic.c525 atomic_clear_long_excl(volatile ulong_t *target, uint_t value) function
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h439 (atomic_clear_long_excl(&hwp->work_flags, wrk) == 0)
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s674 ENTRY(atomic_clear_long_excl) function
684 SET_SIZE(atomic_clear_long_excl)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s886 ENTRY(atomic_clear_long_excl) function
907 SET_SIZE(atomic_clear_long_excl)
/illumos-gate/usr/src/man/man3c/
H A DMakefile634 atomic_clear_long_excl.3c \
1458 atomic_clear_long_excl.3c := LINKSRC = atomic_bits.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile585 atomic_clear_long_excl.9f \
1288 atomic_clear_long_excl.9f := LINKSRC = atomic_bits.9f

Completed in 75 milliseconds