Home
last modified time | relevance | path

Searched refs:atomic_set (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.no_inline_functions12 atomic_set
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c488 atomic_set(&Q->cq_asleep, 0); in sge_data_out()
490 atomic_set(&Q->cq_pio_pidx, Q->cq_pidx); in sge_data_out()
698 atomic_set(&cmdQ->cq_asleep, 1); in sge_data_in()
701 atomic_set(&cmdQ->cq_pio_pidx, cmdQ->cq_pidx); in sge_data_in()
1378 atomic_set(&Q->cq_credits, Q->cq_entries_n); in alloc_tx_resources()
1379 atomic_set(&Q->cq_asleep, 1); in alloc_tx_resources()
H A Dsge.h51 #define atomic_set(a, b) (*(a) = b) macro
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh150 update return_states set value = "s32min-s32max[\$1]" where function = 'atomic_set' and parameter =…