Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/
Dworkqueue.c5658 static struct workqueue_struct *__alloc_workqueue(const char *fmt, in __alloc_workqueue() function
5786 wq = __alloc_workqueue(fmt, flags, max_active, args); in alloc_workqueue()
5807 wq = __alloc_workqueue(fmt, flags, max_active, args); in alloc_workqueue_lockdep_map()