Home
last modified time | relevance | path

Searched refs:atomic_read (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c138 #define atomic_read(x) atomic_add_int_nv(x, 0) macro
152 if (!atomic_read(&d->nfree)) in alloc_l2e()
157 if (atomic_read(&e->refcnt) == 0) in alloc_l2e()
160 for (e = d->l2tab; atomic_read(&e->refcnt); ++e) in alloc_l2e()
411 if (atomic_read(&e->refcnt) == 0) { /* hasn't been recycled */ in t4_l2e_free()
529 if (atomic_read(&e->refcnt) != 0) in t4_l2t_update()
538 if (atomic_read(&e->refcnt) != 0) { in t4_l2t_update()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.no_inline_functions13 atomic_read
H A Dkernel.common_functions51 atomic_read
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dkernel.return_fixes21 atomic_read s32min-s32max s32min-s32max[==$0->counter]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c233 atomic_read(sge->cmdQ[0].cq_asleep)) { in t1_espi_workaround()
487 if (atomic_read(Q->cq_asleep)) { in sge_data_out()
699 if (atomic_read(cmdQ->cq_pio_pidx) != cmdQ->cq_pidx) { in sge_data_in()
1610 atomic_read(Q->cq_credits); in free_tx_resources()
H A Dsge.h50 #define atomic_read(a) (a) macro