Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dasync-thread.c90 __btrfs_alloc_workqueue(const char *name, unsigned int flags, int max_active, in __btrfs_alloc_workqueue() function
144 ret->normal = __btrfs_alloc_workqueue(name, flags & ~WQ_HIGHPRI, in btrfs_alloc_workqueue()
152 ret->high = __btrfs_alloc_workqueue(name, flags, max_active, in btrfs_alloc_workqueue()