Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dasync-thread.c338 struct __btrfs_workqueue *dest_wq; in btrfs_queue_work() local
341 dest_wq = wq->high; in btrfs_queue_work()
343 dest_wq = wq->normal; in btrfs_queue_work()
344 __btrfs_queue_work(dest_wq, work); in btrfs_queue_work()