Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dparse-events.l101 #define REWIND(__alloc) \ argument
106 if (__alloc) \
/linux/kernel/bpf/
H A Dmemalloc.c142 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) in __alloc() function
248 obj = __alloc(c, node, gfp); in alloc_bulk()
1005 ret = __alloc(c, NUMA_NO_NODE, GFP_KERNEL | __GFP_NOWARN | __GFP_ACCOUNT); in bpf_mem_cache_alloc_flags()