Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dparse-events.l122 #define REWIND(__alloc) \ argument
127 if (__alloc) \
/Linux-v6.1/kernel/bpf/
Dmemalloc.c124 static void *__alloc(struct bpf_mem_cache *c, int node) in __alloc() function
174 obj = __alloc(c, node); in alloc_bulk()