/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_main.c | 132 (void) atomic_swap_uint(&vscand_sigval, sig); in vscand_sig_handler() 247 sigval = atomic_swap_uint(&vscand_sigval, 0); in main() 259 if (atomic_swap_uint(&vscand_n_refresh, 0) != 0) in main()
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 230 (void) atomic_swap_uint(&d->nfree, L2T_SIZE); in t4_init_l2t() 238 (void) atomic_swap_uint(&d->l2tab[i].refcnt, 0); in t4_init_l2t() 513 (void) atomic_swap_uint(&e->refcnt, 1); in t4_l2t_get()
|
H A D | t4_nexus.c | 955 (void) atomic_swap_uint(&sc->open, 0); in t4_cb_close() 2233 (void) atomic_swap_uint(loc, new); in t4_register_cpl_handler()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | atomic.h | 216 extern uint_t atomic_swap_uint(volatile uint_t *, uint_t);
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 986 if (atomic_swap_uint(&qcn_state->qcn_soft_pend, QCN_SP_DO) == in qcn_trigger_softint() 1002 (void) atomic_swap_uint(&qcn_state->qcn_soft_pend, QCN_SP_IP); in qcn_soft_intr() 1058 } while (atomic_swap_uint(&qcn_state->qcn_soft_pend, QCN_SP_IDL) == in qcn_soft_intr()
|
/titanic_50/usr/src/uts/intel/asm/ |
H A D | atomic.h | 228 __ATOMIC_OPXX(atomic_swap_uint, uint_t, "xchg" SUF_32, "r")
|
/titanic_50/usr/src/common/atomic/amd64/ |
H A D | atomic.s | 505 ALTENTRY(atomic_swap_uint) 510 SET_SIZE(atomic_swap_uint)
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 640 atomic_swap_uint(volatile uint_t *target, uint_t new) in atomic_swap_uint() function
|
/titanic_50/usr/src/common/atomic/i386/ |
H A D | atomic.s | 632 ALTENTRY(atomic_swap_uint) 642 SET_SIZE(atomic_swap_uint)
|
/titanic_50/usr/src/common/atomic/ |
H A D | atomic.c | 483 atomic_swap_uint(volatile uint_t *target, uint_t new) in atomic_swap_uint() function
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 170 atomic_swap_uint
|
/titanic_50/usr/src/common/atomic/sparcv9/ |
H A D | atomic.s | 826 ALTENTRY(atomic_swap_uint) 840 SET_SIZE(atomic_swap_uint)
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_dce.c | 229 if (atomic_swap_uint(&ipst->ips_dce_reclaim_needed, 0) != 0) in ip_dce_reclaim()
|
/titanic_50/usr/src/man/man9f/ |
H A D | Makefile | 630 atomic_swap_uint.9f \ 1321 atomic_swap_uint.9f := LINKSRC = atomic_swap.9f
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 693 atomic_swap_uint.3c \ 1534 atomic_swap_uint.3c := LINKSRC = atomic_swap.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 742 atomic_swap_uint { FLAGS = NODYNSORT };
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 599 link path=usr/share/man/man9f/atomic_swap_uint.9f target=atomic_swap.9f
|
H A D | system-library.man3c.inc | 687 link path=usr/share/man/man3c/atomic_swap_uint.3c target=atomic_swap.3c
|
/titanic_50/usr/src/uts/common/os/ |
H A D | devcfg.c | 7965 cache_valid = atomic_swap_uint(&di_cache.cache_valid, 0); in i_ddi_di_cache_invalidate()
|
/titanic_50/ |
H A D | .gitignore | 4822 usr/src/man/man3c/atomic_swap_uint.3c 8361 usr/src/man/man9f/atomic_swap_uint.9f
|