Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dcore.c2238 #define STORE_RELEASE(SIZEOP, SIZE) \ in ___bpf_prog_run() macro
2243 STORE_RELEASE(B, u8) in ___bpf_prog_run()
2244 STORE_RELEASE(H, u16) in ___bpf_prog_run()
2245 STORE_RELEASE(W, u32) in ___bpf_prog_run()
2247 STORE_RELEASE(DW, u64) in ___bpf_prog_run()
2249 #undef STORE_RELEASE in ___bpf_prog_run()