Searched refs:atomic_sub (Results 1 – 3 of 3) sorted by relevance
160 delete from return_states where function = 'atomic_sub' and (type = 8023 or type = 8024);
48 #define atomic_sub(a, b) atomic_add_32(b, -(a)) macro
396 atomic_sub(count, &Q->cq_credits); in sge_data_out()