Searched refs:__alloc (Results 1 - 2 of 2) sorted by path

/linux-master/kernel/bpf/
H A Dmemalloc.c138 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) function
247 obj = __alloc(c, node, gfp);
1004 ret = __alloc(c, NUMA_NO_NODE, GFP_KERNEL | __GFP_NOWARN | __GFP_ACCOUNT);
/linux-master/tools/perf/util/
H A Dparse-events.l91 #define REWIND(__alloc) \
96 if (__alloc) \

Completed in 372 milliseconds