Home
last modified time | relevance | path

Searched refs:__get_desc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/idxd/
H A Dsubmit.c11 static struct idxd_desc *__get_desc(struct idxd_wq *wq, int idx, int cpu) in __get_desc() function
44 return __get_desc(wq, idx, cpu); in idxd_alloc_desc()
62 return __get_desc(wq, idx, cpu); in idxd_alloc_desc()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__sender_introspection.hpp67 using __get_desc = __sexpr_uncurry_fn<__q<__desc>>; typedef
/openbmc/linux/include/kunit/
H A Dtest.h1511 void (*__get_desc)(typeof(__next), char *) = get_desc; \
1512 if (__get_desc) \
1513 __get_desc(__next, desc); \