Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/idxd/
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()
/linux-6.1.9/include/kunit/
Dtest.h1315 void (*__get_desc)(typeof(__next), char *) = get_desc; \
1316 if (__get_desc) \
1317 __get_desc(__next, desc); \