Searched refs:__alloc_workqueue_key (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | workqueue.h | 394 __alloc_workqueue_key(const char *fmt, unsigned int flags, int max_active, 422 __alloc_workqueue_key((fmt), (flags), (max_active), \ 427 __alloc_workqueue_key((fmt), (flags), (max_active), \
|
/Linux-v4.19/kernel/ |
D | workqueue.c | 4047 struct workqueue_struct *__alloc_workqueue_key(const char *fmt, in __alloc_workqueue_key() function 4141 EXPORT_SYMBOL_GPL(__alloc_workqueue_key);
|