/illumos-gate/usr/src/uts/common/sys/ |
H A D | atomic.h | 204 extern ulong_t atomic_cas_ulong(volatile ulong_t *, ulong_t, ulong_t); 272 #define casip atomic_cas_ulong
|
/illumos-gate/usr/src/common/atomic/amd64/ |
H A D | atomic.S | 38 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function) 476 ALTENTRY(atomic_cas_ulong) 483 SET_SIZE(atomic_cas_ulong)
|
/illumos-gate/usr/src/common/atomic/i386/ |
H A D | atomic.S | 39 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function) 583 ALTENTRY(atomic_cas_ulong) 592 SET_SIZE(atomic_cas_ulong)
|
/illumos-gate/usr/src/uts/intel/asm/ |
H A D | atomic.h | 188 __ATOMIC_OPXX(atomic_cas_ulong, ulong_t, "cmpxchg" SUF_LONG, "r")
|
/illumos-gate/usr/src/common/atomic/sparc/ |
H A D | atomic.S | 39 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function) 627 ALTENTRY(atomic_cas_ulong) 631 SET_SIZE(atomic_cas_ulong)
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 63 } while (atomic_cas_ulong(src, targ, 0) != targ); \
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 600 atomic_cas_ulong(volatile ulong_t *target, ulong_t cmp, ulong_t new) in atomic_cas_ulong() function
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | clock_tick.c | 469 active = atomic_cas_ulong(&clock_tick_active, active, active); in clock_tick_schedule()
|
/illumos-gate/usr/src/common/atomic/sparcv9/ |
H A D | atomic.S | 48 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function) 767 ALTENTRY(atomic_cas_ulong) 771 SET_SIZE(atomic_cas_ulong)
|
/illumos-gate/usr/src/common/atomic/ |
H A D | atomic.c | 414 atomic_cas_ulong(volatile ulong_t *target, ulong_t cmp, ulong_t new) in atomic_cas_ulong() function
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 1281 } while (atomic_cas_ulong((volatile ulong_t *)&vci->evtchn_pending_sel, in xen_callback_handler() 1524 } while (atomic_cas_ulong(maskp, old, new) != old); in ec_mask_evtchn()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 1290 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, in segkmem_alloc_lp() 1379 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1); in segkmem_alloc_lp()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_atomic_h.cfg | 486 func | atomic_cas_ulong |\
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 112 atomic_cas_ulong
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 657 atomic_cas_ulong.9f \ 1467 atomic_cas_ulong.9f := LINKSRC = atomic_cas.9f
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 669 atomic_cas_ulong.3c \ 1639 atomic_cas_ulong.3c := LINKSRC = atomic_cas.3c
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_tx.c | 2076 } while (atomic_cas_ulong(putp, old, new) != old); in sfxge_tx_qdpl_add()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_attach.c | 2221 if (atomic_cas_ulong(&pwp->work_flags, 0, 0) != 0) { in pmcs_watchdog()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 932 atomic_cas_ulong { FLAGS = NODYNSORT; };
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 2473 atomic_cas_ulong((ulong_t *)&(cpu)->cpu_m.mcpu_tlb_info, (old), (new))
|
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 523 } while (atomic_cas_ulong(putp, old, new) != old); in myri10ge_jfree_rtn()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 93 link path=usr/share/man/man9f/atomic_cas_ulong.9f target=atomic_cas.9f
|
H A D | system-library.man3c.inc | 125 link path=usr/share/man/man3c/atomic_cas_ulong.3c target=atomic_cas.3c
|