Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__submit.hpp62 auto __alloc = stdexec::get_allocator(__env); in __delete_op() local
132 auto __alloc = get_allocator(__env); in operator ()() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp399 _Alloc __alloc{__allocator_}; in __construct_small() local
410 _Alloc __alloc{__allocator_}; in __construct_large() local
437 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() local
597 _Alloc __alloc{__allocator_}; in __construct_small() local
608 _Alloc __alloc{__allocator_}; in __construct_large() local
633 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() local
660 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() 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