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

/linux-master/drivers/dma/idxd/
H A Dsubmit.c11 static struct idxd_desc *__get_desc(struct idxd_wq *wq, int idx, int cpu) function
44 return __get_desc(wq, idx, cpu);
62 return __get_desc(wq, idx, cpu);
/linux-master/include/kunit/
H A Dtest.h1518 void (*__get_desc)(typeof(__next), char *) = get_desc; \
1519 if (__get_desc) \
1520 __get_desc(__next, desc); \

Completed in 160 milliseconds