Home
last modified time | relevance | path

Searched refs:atomic_sub (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh160 delete from return_states where function = 'atomic_sub' and (type = 8023 or type = 8024);
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h48 #define atomic_sub(a, b) atomic_add_32(b, -(a)) macro
H A Dsge.c396 atomic_sub(count, &Q->cq_credits); in sge_data_out()