Home
last modified time | relevance | path

Searched defs:__alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp404 _Alloc __alloc{__allocator_}; in __construct_small() local
415 _Alloc __alloc{__allocator_}; in __construct_large() local
441 _Alloc __alloc{__self.__allocator_}; in tag_invoke() local
601 _Alloc __alloc{__allocator_}; in __construct_small() local
612 _Alloc __alloc{__allocator_}; in __construct_large() local
636 _Alloc __alloc{__self.__allocator_}; in tag_invoke() local
663 _Alloc __alloc{__self.__allocator_}; in tag_invoke() local
H A Dexecution.hpp2174 auto __alloc = get_allocator(__env); in __delete_op() local
2222 auto __alloc = get_allocator(__env); in operator ()() local
/openbmc/linux/tools/perf/util/
H A Dparse-events.l91 #define REWIND(__alloc) \ argument
/openbmc/linux/kernel/bpf/
H A Dmemalloc.c136 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) in __alloc() function