Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dasync-thread.c97 __btrfs_alloc_workqueue(const char *name, unsigned int flags, int limit_active, in __btrfs_alloc_workqueue() function
156 ret->normal = __btrfs_alloc_workqueue(name, flags & ~WQ_HIGHPRI, in btrfs_alloc_workqueue()
164 ret->high = __btrfs_alloc_workqueue(name, flags, limit_active, in btrfs_alloc_workqueue()