Searched refs:__alloc (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __submit.hpp | 62 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 D | any_sender_of.hpp | 399 _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 D | memalloc.c | 136 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 D | parse-events.l | 91 #define REWIND(__alloc) \ argument 96 if (__alloc) \
|