Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcore.c2145 #define ATOMIC_ALU_OP(BOP, KOP) \ in ___bpf_prog_run() argument
2148 atomic_##KOP((u32) SRC, (atomic_t *)(unsigned long) \ in ___bpf_prog_run()
2151 atomic64_##KOP((u64) SRC, (atomic64_t *)(unsigned long) \ in ___bpf_prog_run()
2156 SRC = (u32) atomic_fetch_##KOP( \ in ___bpf_prog_run()
2160 SRC = (u64) atomic64_fetch_##KOP( \ in ___bpf_prog_run()