Home
last modified time | relevance | path

Searched refs:__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
63 using _Alloc = decltype(__alloc); in __delete_op()
66 _OpAlloc __op_alloc{__alloc}; in __delete_op()
132 auto __alloc = get_allocator(__env); in operator ()() local
133 using _Alloc = decltype(__alloc); in operator ()()
137 _OpAlloc __op_alloc{__alloc}; in operator ()()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp399 _Alloc __alloc{__allocator_}; in __construct_small() local
401 __alloc, __pointer, static_cast<_As&&>(__args)...); in __construct_small()
410 _Alloc __alloc{__allocator_}; in __construct_large() local
412 std::allocator_traits<_Alloc>::allocate(__alloc, 1); in __construct_large()
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
613 __alloc, __pointer, static_cast<_As&&>(__args)...); in __construct_large()
633 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() local
636 std::allocator_traits<_Alloc>::destroy(__alloc, __pointer); in STDEXEC_MEMFN_DECL()
[all …]
/openbmc/linux/kernel/bpf/
H A 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()
924 ret = __alloc(c, NUMA_NO_NODE, GFP_KERNEL | __GFP_NOWARN | __GFP_ACCOUNT); in bpf_mem_cache_alloc_flags()
/openbmc/linux/tools/perf/util/
H A Dparse-events.l91 #define REWIND(__alloc) \ argument
96 if (__alloc) \