__sync_add_and_fetch  102 samples/bpf/hbm_edt_kern.c 	__sync_add_and_fetch(&(qdp->lasttime), delta_send);
__sync_add_and_fetch  160 samples/bpf/hbm_edt_kern.c 		__sync_add_and_fetch(&(qdp->lasttime), -delta_send);
__sync_add_and_fetch  174 samples/bpf/hbm_kern.h 		__sync_add_and_fetch(&(qsp->bytes_total), len);
__sync_add_and_fetch  180 samples/bpf/hbm_kern.h 			__sync_add_and_fetch(&(qsp->pkts_total), 1);
__sync_add_and_fetch  182 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->pkts_marked), 1);
__sync_add_and_fetch  183 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->bytes_marked), len);
__sync_add_and_fetch  186 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->pkts_dropped), 1);
__sync_add_and_fetch  187 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->bytes_dropped),
__sync_add_and_fetch  191 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->pkts_ecn_ce), 1);
__sync_add_and_fetch  193 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->sum_cwnd),
__sync_add_and_fetch  195 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->sum_cwnd_cnt), 1);
__sync_add_and_fetch  198 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->sum_rtt),
__sync_add_and_fetch  200 samples/bpf/hbm_kern.h 			__sync_add_and_fetch(&(qsp->sum_credit), credit);
__sync_add_and_fetch  207 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->returnValCount[0]),
__sync_add_and_fetch  210 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->returnValCount[1]),
__sync_add_and_fetch  213 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->returnValCount[2]),
__sync_add_and_fetch  216 samples/bpf/hbm_kern.h 				__sync_add_and_fetch(&(qsp->returnValCount[3]),
__sync_add_and_fetch  171 samples/bpf/hbm_out_kern.c 		__sync_add_and_fetch(&(qdp->credit), len);
__sync_add_and_fetch   48 tools/include/asm-generic/atomic-gcc.h 	__sync_add_and_fetch(&v->counter, 1);
__sync_add_and_fetch   54 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	__sync_add_and_fetch(&nr_sk_threads_err, 1);
__sync_add_and_fetch   72 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	__sync_add_and_fetch(&nr_sk_threads_done, 1);
__sync_add_and_fetch   50 tools/testing/selftests/futex/include/atomic.h 	return __sync_add_and_fetch(&addr->val, 1);
__sync_add_and_fetch  245 tools/testing/selftests/futex/include/futextest.h 	return __sync_add_and_fetch(uaddr, 1);