Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_alloc.h20 static inline void __arena* bpf_alloc(unsigned int size) in bpf_alloc() function
65 static inline void __arena* bpf_alloc(unsigned int size) { return NULL; } in bpf_alloc() function
H A Dbpf_arena_htab.h78 l_new = bpf_alloc(sizeof(*l_new)); in htab_update_elem()
/linux/tools/testing/selftests/bpf/progs/
H A Darena_htab.c33 htab = bpf_alloc(sizeof(*htab)); in arena_htab_llvm()
H A Darena_list.c54 struct elem __arena *n = bpf_alloc(sizeof(*n)); in arena_list_add()