| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_count.c | 16 atomic_inc(&ctx->hits.value); in count_global_producer() 49 atomic_inc(&ctx->hits[idx].value); in count_local_producer()
|
| A D | bench_ringbufs.c | 166 atomic_inc(&buf_hits.value); in buf_process_sample() 316 atomic_inc(&buf_hits.value); in ringbuf_custom_process_ring() 383 atomic_inc(&buf_hits.value); in perfbuf_process_sample_raw() 509 atomic_inc(&buf_hits.value); in perfbuf_custom_consumer()
|
| A D | bench_local_storage_create.c | 156 atomic_inc(&create_owner_errs); in sk_producer() 184 atomic_inc(&create_owner_errs); in task_producer()
|
| A D | bench_rename.c | 37 atomic_inc(&ctx.hits.value); in producer()
|
| A D | bench_sockmap.c | 420 atomic_inc(&ctx.read_calls); in consumer() 479 atomic_inc(&ctx.send_calls); in producer()
|
| A D | bench_trigger.c | 82 atomic_inc(&base_hits[slot].value); /* use highest byte as an index */ in inc_counter()
|
| /tools/testing/shared/linux/ |
| A D | maple_tree.h | 3 #define atomic_inc(x) uatomic_inc(x) macro
|
| /tools/testing/vma/linux/ |
| A D | atomic.h | 7 #define atomic_inc(x) uatomic_inc(x) macro
|
| /tools/testing/selftests/futex/include/ |
| A D | atomic.h | 48 atomic_inc(atomic_t *addr) in atomic_inc() function
|
| /tools/arch/x86/include/asm/ |
| A D | atomic.h | 50 static inline void atomic_inc(atomic_t *v) in atomic_inc() function
|
| /tools/testing/selftests/kvm/ |
| A D | rseq_test.c | 92 atomic_inc(&seq_cnt); in migration_worker() 103 atomic_inc(&seq_cnt); in migration_worker()
|
| A D | mmu_stress_test.c | 96 atomic_inc(&rendezvous); in rendezvous_with_boss() 157 atomic_inc(&nr_ro_faults); in vcpu_worker()
|
| /tools/include/asm-generic/ |
| A D | atomic-gcc.h | 47 static inline void atomic_inc(atomic_t *v) in atomic_inc() function
|
| /tools/testing/selftests/bpf/ |
| A D | bench.h | 85 static inline void atomic_inc(long *value) in atomic_inc() function
|
| /tools/testing/selftests/kvm/x86/ |
| A D | kvm_buslock_test.c | 26 atomic_inc(val); in guest_generate_buslocks()
|
| /tools/memory-model/Documentation/ |
| A D | cheatsheet.txt | 23 as atomic_inc(), or one of the atomic*_read() and
|
| A D | ordering.txt | 103 Examples of the former include atomic_inc() and atomic_dec(), 130 such as atomic_inc() and atomic_dec() guarantee no ordering whatsoever. 136 atomic_inc(&my_counter); 141 x86, on which atomic_inc() provides full ordering all by itself. 145 atomic_inc(&my_counter); 150 atomic_inc() implementations do not guarantee full ordering, thus 481 concurrent atomic_inc() operations applied to a given variable
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_requeue_pi.c | 122 atomic_inc(&waiters_blocked); in waiterfn() 130 atomic_inc(&waiters_woken); in waiterfn()
|
| /tools/testing/selftests/net/bench/page_pool/ |
| A D | bench_page_pool_simple.c | 73 atomic_inc(&cnt); in time_bench_atomic_inc()
|
| A D | time_bench.c | 266 atomic_inc(&sync->nr_tests_running); in invoke_test_on_cpu_func()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | ringbuf.c | 34 static void atomic_inc(int *cnt) in atomic_inc() function 48 atomic_inc(&sample_cnt); in process_sample()
|
| /tools/perf/bench/ |
| A D | synthesize.c | 57 atomic_inc(&event_count); in process_synthesized_event()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | arch_timer_edge_cases.c | 154 atomic_inc(&shared_data.spurious); in guest_irq_handler() 175 atomic_inc(&shared_data.handled); in guest_irq_handler()
|
| /tools/memory-model/ |
| A D | linux-kernel.def | 71 atomic_inc(X) { __atomic_op{NORETURN}(X,+,1); }
|
| /tools/testing/vma/ |
| A D | vma_internal.h | 730 atomic_inc(&mapping->i_mmap_writable); in mapping_allow_writable()
|