Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dparse-events.l91 #define REWIND(__alloc) \ argument
96 if (__alloc) \
/Linux-v6.6/kernel/bpf/
Dmemalloc.c136 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) in __alloc() function
245 obj = __alloc(c, node, gfp); in alloc_bulk()
960 ret = __alloc(c, NUMA_NO_NODE, GFP_KERNEL | __GFP_NOWARN | __GFP_ACCOUNT); in bpf_mem_cache_alloc_flags()