Searched refs:__get_desc (Results 1 – 2 of 2) sorted by relevance
11 static struct idxd_desc *__get_desc(struct idxd_wq *wq, int idx, int cpu) in __get_desc() function44 return __get_desc(wq, idx, cpu); in idxd_alloc_desc()62 return __get_desc(wq, idx, cpu); in idxd_alloc_desc()
1409 void (*__get_desc)(typeof(__next), char *) = get_desc; \1410 if (__get_desc) \1411 __get_desc(__next, desc); \
Completed in 7 milliseconds