Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c2296 #define STORE_RELEASE(SIZEOP, SIZE) \ in ___bpf_prog_run() macro
2301 STORE_RELEASE(B, u8) in ___bpf_prog_run()
2302 STORE_RELEASE(H, u16) in ___bpf_prog_run()
2303 STORE_RELEASE(W, u32) in ___bpf_prog_run()
2305 STORE_RELEASE(DW, u64) in ___bpf_prog_run()
2307 #undef STORE_RELEASE in ___bpf_prog_run()