Home
last modified time | relevance | path

Searched refs:BPF_FETCH (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbpf.h49 #define BPF_FETCH 0x01 /* not an opcode on its own, used to build others */ macro
50 #define BPF_XCHG (0xe0 | BPF_FETCH) /* atomic exchange */
51 #define BPF_CMPXCHG (0xf0 | BPF_FETCH) /* atomic compare-and-write */

Completed in 18 milliseconds