Home
last modified time | relevance | path

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

/fs/btrfs/
Dasync-thread.c111 __btrfs_alloc_workqueue(const char *name, unsigned int flags, int limit_active, in __btrfs_alloc_workqueue() function
170 ret->normal = __btrfs_alloc_workqueue(name, flags & ~WQ_HIGHPRI, in btrfs_alloc_workqueue()
178 ret->high = __btrfs_alloc_workqueue(name, flags, limit_active, in btrfs_alloc_workqueue()