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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h13 #ifndef arena_container_of
14 #define arena_container_of(ptr, type, member) \ macro
H A Dbpf_arena_list.h20 #define list_entry(ptr, type, member) arena_container_of(ptr, type, member)

Completed in 202 milliseconds