Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_strsearch.h6 __noinline int bpf_arena_strlen(const char __arena *s __arg_arena) in bpf_arena_strlen() argument
43 __noinline bool glob_match(char const __arena *pat __arg_arena, char const __arena *str __arg_arena) in glob_match() argument
H A Dbpf_arena_htab.h56 __weak int htab_lookup_elem(htab_t *htab __arg_arena, int key) in htab_lookup_elem() argument
69 __weak int htab_update_elem(htab_t *htab __arg_arena, int key, int value) in htab_update_elem() argument
H A Dbpf_arena_common.h57 #define __arg_arena macro
/linux/tools/sched_ext/include/scx/
H A Dbpf_arena_common.h17 #define __arg_arena macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_arena_spin_lock.h244 int arena_spin_lock_slowpath(arena_spinlock_t __arena __arg_arena *lock, u32 val) in arena_spin_lock_slowpath()
/linux/tools/lib/bpf/
H A Dbpf_helpers.h219 #define __arg_arena __attribute((btf_decl_tag("arg:arena"))) macro
/linux/tools/sched_ext/
H A Dscx_sdt.bpf.c376 __u64 chunk_find_empty(sdt_desc_t __arg_arena *desc) in chunk_find_empty()